match(
s,
r)
Function that matches the pattern, specified by the regular expression r, in the string s, and returns either the position in s, where the match begins, or 0 if no occurrences are found. Sets the values of RSTART
and RLENGTH
to the start and length of the match, respectively. {N}