JadeRegexMatch Properties
The properties defined in the JadeRegexMatch class are summarized in the following table.
Property | Description |
---|---|
index |
The sequence in which this JadeRegexMatch object appears in the search of the string in the parent JadeRegexResult |
length | Length of the matched text in characters |
numCaptures | Number of capture groups for this match |
position | Position of the starting character of this match within the searched text |
prefix | Text that preceded the matched text |
suffix | Text that follows the matched text |
value | Matched text |
2020.0.01 and higher