Regex regular expressions
Jump to navigation
Jump to search
General expressions
+ -unlimited string \ -escape/protect character /[abc]+/ -matches a bb ccc
Websense
It accepts reg expresions with limited form example:
- (.) -same as * wildcard matches any lengh of string and brackets are RegEx delimiters
References
- regex101.com Dynamic RegEx builder