string-match

[procedure] string-match regexp string [start]

[procedure] string-match-positions regexp string [start]

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