Click or drag to resize
NFARecognizes Method
Returns true if the text is matched by the regular expression.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Recognizes(
	string txt
)

Parameters

txt
Type: SystemString
txt the text

Return Value

Type: Boolean
true if the text is matched by the regular expression, false otherwise
See Also