This function offers case-insensitive parsing of strings based on a supplied
regular expressions. The function returns TRUE if the value fits the regular
expression mask, FALSE otherwise.
|
|
Syntax |
RegexNC( reg_ex_mask, value )
|
reg_ex_mask |
Mask to evaluate value with. |
value |
Value to apply regualr expression mask to. |
|
|
|
|