This function offers parsing of strings based on a supplied regular expressions.
This version is case-sensitive, use RegexNC for non case-sensitive version. Both
return TRUE if the value fits the regular expression mask, FALSE otherwise.
|
|
Syntax |
Regex( reg_ex_mask, value )
|
reg_ex_mask |
Mask to evaluate value with. |
value |
Value to apply regualr expression mask to. |
|
|
|
|