| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |
matches? aRegexp aString
Checks if a regular expression is an exact match for a string.
aRegexp matches aString.
False otherwise.
aRegexp can be either a string, whose contents will
be taken as a regular expression, or a regular expression object
returned by a call to the regexp-pattern function.
| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |