string-search-positions

[procedure] string-search regexp string [start range]

[procedure] string-search-positions regexp string [start range]

Chicken: match regular expression regexp (string) with string. See also Concept:RegularExpression, string-match.