Skip to content

Commit 5d18537

Browse files
Merge pull request #234182 from Miskatonic-Electronic/patch-41
Update rewrite-http-headers-url.md
2 parents 0c8f3bf + 97efbb4 commit 5d18537

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/application-gateway/rewrite-http-headers-url.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ You can use a condition to evaluate whether a specified variable is present, whe
6969

7070
### Pattern Matching
7171

72-
Application Gateway uses regular expressions for pattern matching in the condition. You can use the [Perl Compatible Regular Expressions (PCRE) library](https://www.pcre.org/) to set up regular expression pattern matching in the conditions. To learn about regular expression syntax, see the [Perl regular expressions main page](https://perldoc.perl.org/perlre.html).
72+
Application Gateway uses regular expressions for pattern matching in the condition. You should use Regular Expression 2 (RE2) compatible expressions when writing your conditions. If you are running an Application Gateway Web Application Firewall (WAF) with Core Rule Set 3.1 or earlier, you may run into issues when using [Perl Compatible Regular Expressions (PCRE)](https://www.pcre.org/) while doing lookahead and lookbehind (negative or positive) assertions.
73+
7374

7475
### Capturing
7576

0 commit comments

Comments
 (0)