Regular Expression Editor |
|
A regular expression is a string based language that allows to check if a given text matches the expression or not. We can check a string against any regular expression combination like emails, numbers, zip codes etc ... Almost any field based type in FeedbackServer can be validated against a regular expression created using the regular expression editor.
To learn more about regular expressions you may visit following site : http://www.regexlib.com/