ctext
index
 
Name regexTest ( )
Examples
None available
Description Utility method to test whether a String parially matches a regex pattern.
Syntax
regexTest(patternStr, fullStr);
Parameters
pattern   regex String
fullStr   String to check
Returns None
Usage Web & Application
Related