Method Run
Run(String)
Returns true
if the given string is accepted by this automaton.
Declaration
public virtual bool Run(string s)
Parameters
Type |
Name |
Description |
System.String |
s |
|
Returns
Type |
Description |
System.Boolean |
|
Run(Char[], Int32, Int32)
Returns true
if the given string is accepted by this automaton.
Declaration
public virtual bool Run(char[] s, int offset, int length)
Parameters
Type |
Name |
Description |
System.Char[] |
s |
|
System.Int32 |
offset |
|
System.Int32 |
length |
|
Returns
Type |
Description |
System.Boolean |
|