Returns true if the text is matched by the regular expression.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Recognizes(
string txt
)
Parameters
- txt
- Type: SystemString
txt the text
Return Value
Type:
Booleantrue if the text is matched by the regular expression,
false otherwise
See Also