matches? ( string regexp -- ? )
Regular expressions ยป Matching operations with regular expressions

Next:re-contains? ( string regexp -- ? )


Vocabulary
regexp

Inputs
stringa string
regexpa regexp


Outputs
?a boolean


Word description
Tests if the string as a whole matches the given regular expression.

Definition