The operator match determines whether the regular expression exp matches part or all of string and returns TRUE if it does, FALSE if it doesn't. Prototype boolean <-- string match exp Example "15 May 1980" match "May"; TRUE
The operator match determines whether the regular expression exp matches part or all of string and returns TRUE if it does, FALSE if it doesn't.
Prototype
boolean <-- string match exp
Example
"15 May 1980" match "May"; TRUE
TRUE