match

[syntax] match exp clause ...

Chicken, Gauche: Andrew Wright's pattern matching package. See http://www.intertrust.com/star/wright/match.ps.gz . See also match-lambda, match-lambda*, match-let, match-let*, match-letrec, match-define.

[procedure] match regexp string

Scheme48: Regular expression matcher. See also any-match?, Concept:RegularExpression.

This is called rxmatch in Gauche.