chickadee » string-utils » irregex-submatches

irregex-submatches IRX STR #!optional START ENDprocedure

Returns the matching substrings, or false when no matches.

IRX
(or string sre regexp) ; pattern.
STR
string ; target.
START
fixnum ; target string start index, default 0.
END
fixnum ; target string end index, default (string-length STR).