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

Prev:matches? ( string regexp -- ? )
Next:first-match ( string regexp -- slice/f )


Vocabulary
regexp

Inputs
stringa string
regexpa regexp


Outputs
?a boolean


Word description
Determines whether the string has a substring which matches the regular expression given.

Definition