To use custom regex entries within your new custom profiler tag rules, you can also
add new regex values. If a match is found, the expression is evaluated to True.
-
Go to .
-
Click New.
-
In the Resources in the panel on the Custom
Profiler page, click +. The
Regular Expression Editor page appears.
-
Enter the name of the new regular expression.
-
Enter a valid regular expression.
For example:
\b(([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?))\b
-
Enter the list of test strings to evaluate the new regular expression.
If the test string is valid, then the match information gets auto populated in
the Match Information box.
-
Click Save to add the new regular expression to the list
of regex Resources.