Validating Regular Expression

To validate regular expression:
  1. Go to Security Settings > DLP Data Types.
  2. Click Create Data Type.
  3. In the Create Custom DLP Data Type window, go to the Match type section and select Regular Expression.
  4. In the Expression field, enter your regular expression (regex) pattern.

    The system automatically validates the syntax of the regex. If the pattern is valid, you can test it against a sample string.

  5. To test your regex pattern, click Click here to test your regex.
  6. In the Text field, enter a sample string to verify if it matches the regex pattern.
    • Match - The input string matches the regex pattern.

    • No Match - The input string does not match the regex pattern.