Skip to content

Commit 5cc9c30

Browse files
authored
Merge pull request #87793 from lousimonetti/patch-9
REGEX MATCH is case sensitive. Technical update
2 parents e3b72e3 + 9575baa commit 5cc9c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Scoping filters are configured as part of the attribute mappings for each Azure
8282

8383
f. **IS NOT NULL**. Clause returns "true" if the evaluated attribute isn't empty.
8484

85-
g. **REGEX MATCH**. Clause returns "true" if the evaluated attribute matches a regular expression pattern. For example: ([1-9][0-9]) matches any number between 10 and 99.
85+
g. **REGEX MATCH**. Clause returns "true" if the evaluated attribute matches a regular expression pattern. For example: ([1-9][0-9]) matches any number between 10 and 99 (case sensitive).
8686

8787
h. **NOT REGEX MATCH**. Clause returns "true" if the evaluated attribute doesn't match a regular expression pattern.
8888

0 commit comments

Comments
 (0)