- irregex-matches IRX STR #!optional START ENDprocedure
Returns all matches, unanchored, in the target string, STR.
- 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).