The regular expression used to split up a string into multiple ranges.
The regular expression used to parse a value number or fraction and possible unit from a string.
The regular expression used to split up a range string to determine the min and maximum values.
The regular expression used to split up a unit from a rateUnit.
Parses user input into a ParseResult. If the input is not valid null is returned.
Examples:
The string to parse a value and unit from.
The result of the parsing.
Parses user input into a Range.
The input to parse.
The instance parsed from the input.
Parses user input into a an array of Ranges.
The input to parse.
The instances parsed from the input.
Parses user input into a an array of Ranges.
The input to parse.
The instances parsed from the input.
The string to parse a unit from.
The result of the parsing.
Parses user input into a Value.
The input to parse.
The instance parsed from the input.
Parses user input into a Value.
The already parsed input.
The unit parsed from the input.
The instance parsed from the input.
Parses user input into a Value.
The input to parse.
The instance parsed from the input.
Generated using TypeDoc
The class which takes user input and parses it to specific structures.