Click or drag to resize
NFA Constructor
Initializes the NFA from the specified regular expression.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NFA(
	string regexp
)

Parameters

regexp
Type: SystemString
the regular expression
Exceptions
ExceptionCondition
ArgumentExceptionif the regular expression is invalid
See Also