A regular expression (regex) is a sequence of characters that specifies a search pattern in text. Cloud Secure Edge (CSE) uses regexes to match defined inputs that an admin can enter in various fields in the Command Center. Such fields can include Trust Factor configuration pages, such as App Check, File Check, Property List Check, etc.
To start a regular expression in a text input field within the Command Center, first enter the forward slash ( / ) symbol, followed by the regex string, and end with another forward slash.
Regexes within CSE are case insensitive and multiline matched (equivalent to to “i” and “m” flags).
