Method Matches
Matches(Char[], Int32)
Declaration
public virtual bool Matches(char[] s, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | s | |
System.Int32 | len |
Returns
Type | Description |
---|---|
System.Boolean | true if the word matches this rule. |