JadeRegexPattern Class Constant
The constant provided by the JadeRegexPattern class is listed in the following table.
Class Constant | Value | Description |
---|---|---|
EndOfString | -1 | Can be used instead of a literal length in substring matches; for example, in cases where you want to match from an offset to the end of the string in methods like splitSubstring, use this constant to signify the end of the string for the len parameter. |
2020.0.01 and higher