match(s,r)
match(
s
,
)
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 value of RSTART and RLENGTH. {N}
r