{ $description "Creates a precompiled regular expression object." } ;
HELP:findall
{ $values
{ "subject"string }
{ "obj""a string, compiled regular expression or a regexp literal" }
{ "matches"sequence }
}
{ $description "Finds all matches of the given regexp in the string. Matches is sequence of associative array where the key is the name of the capturing group, or f to denote the full match." }