Regular expression notation usage for searching

Regular expression notation is a group of symbols and characters that make up a syntax that is used as a template to match patterns of text.

Note: The Report task in the console supports only the wildcard (*) as a regular expression character. If you select the Search function in the console while you are doing a report-related task, you can specify only the wildcard as a regular expression character.

If a regular-expression field displays an asterisk (*) as the default character, that character is interpreted as a wildcard character that indicates that all string values apply. No filtering is done to reduce the number of string values that apply. IBM Verify Identity Governance supports the set of regular expression characters from Java™ (regex4j).

Regular expressions are commonly used on UNIX platforms and in the PERL 5 language. A free online tutorial, Using regular expressions, is available on the following IBM® developerWorks® website:

http://www.ibm.com/developerworks/java/

Type regular expression in the Search for field when the website is displayed, and then select Using regular expressions from the list of topics. You must register with developerWorks to take the tutorial.