File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1675,7 +1675,7 @@ _version: v0.1_
16751675<summary >Start Pattern</summary >
16761676
16771677``` regex
1678- (?i)(Ocp-Apim-Subscription-Key: |Ocp-Apim-Subscription-Key=|OcpApimSubscriptionKey=|Subscription-Key=)
1678+ (?i)(?: Ocp-Apim-Subscription-Key: |Ocp-Apim-Subscription-Key=|OcpApimSubscriptionKey=|Subscription-Key=)
16791679```
16801680
16811681</details ><details >
@@ -1705,7 +1705,7 @@ _version: v0.1_
17051705<summary >Pattern Format</summary >
17061706
17071707``` regex
1708- ABSKQmVkcm9ja0FQSUtleS[A-Za-z0-9+/]{2}([A-Za-z0-9+/]{4})+([A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?
1708+ ABSKQmVkcm9ja0FQSUtleS[A-Za-z0-9+/]{2}(?: [A-Za-z0-9+/]{4})+(?: [A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?
17091709```
17101710
17111711</details >
@@ -1744,7 +1744,7 @@ _version: v0.1_
17441744<summary >Pattern Format</summary >
17451745
17461746``` regex
1747- ABSK([A-Za-z0-9+/]{4}){26,}([A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?
1747+ ABSK(?: [A-Za-z0-9+/]{4}){26,}(?: [A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?
17481748```
17491749
17501750</details >
You can’t perform that action at this time.
0 commit comments