RiTa
index
Name RiText.regexMatch()
Class RiText
Description Utility method to test whether a String partially matches a regex pattern.
Syntax
RiText.regexMatch(patternStr, fullStr);
Parameters
patternStr   regex String
fullStr   String to check
Returns boolean
Usage Web & Application    [static]
Related