Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Standard Regular Expression Strings
Standard Regular Expression Strings
Regular expressions (regex) are a powerful way of matching a sequence of simple characters. You can use regular expressions in the Directory Synchronization Client to create filters (see Filters).
Regular expressions are case-sensitive: a lowercase "a" is distinct from an uppercase "A." You can enclose a range of characters in square brackets to match against all of those characters. For example:
Although you can use ranges to specify a group of characters, you can also use the following shortcuts:
\xhh
\uhhhh
 
Note 
To match against occurrences of a character or expression, you can use the following.
You can provide text to replace all or part of your search string. To do this, you need to group together matches by enclosing them in parentheses so they can be referenced in the replacement. To reference a matched parameter, use $n where n is the parameter starting from 1.
For regular expression examples, see Regular expression examples.

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Standard Regular Expression Strings
Copyright 2022 Forcepoint LLC. All rights reserved.