JadeRegexCapture Properties

The properties defined in the JadeRegexCapture class are summarized in the following table.

Property Description
index Capture group number
length Length of the text for this capture group
name Name of the capture group if it has one in the pattern string (see https://www.pcre.org/current/doc/html/pcre2syntax.html for information about named capture groups)
position Location in the searched text at which the capture group is located
value Text that the capture group matched

2020.0.01 and higher