exact-match?

[procedure] exact-match? regexp string

Scheme48: regexp matcher. Returns a boolean value indicating whether string exactly matches regexp. See Concept:RegularExpression, match, any-match?.