name

Type: String

The read‑only name property of the JadeRegexCapture class contains the name of the capture group if it has one in the pattern string that is to be used instead of a number (that is, the index) to make it easier to find in the JadeRegexMatch object.

See https://www.pcre.org/current/doc/html/pcre2syntax.html for information about named capture groups.

2020.0.01 and higher