Matching sub strings
Matching sub-stringsλ︎
re-find
returns the first match within the string, using return values similar to re-matches.
nil
is returned when the pattern does not find a match.
A matching pattern without groups returns the matched string
Match with groups returns a vector of results