Skip to content

Commit 9575baa

Browse files
authored
REGEX MATCH is case sensitive. Technical update
REGEX MATCH is case sensitive, I found out the hard way. Line 85. #ATCP
1 parent 667f66d commit 9575baa

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)