Method MakeCharRange
MakeCharRange(Int32, Int32)
Returns a new (deterministic) automaton that accepts a single codepoint whose value is in the given interval (including both end points).
Declaration
public static Automaton MakeCharRange(int min, int max)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | min | |
System.Int32 | max |
Returns
Type | Description |
---|---|
Automaton |