Properties
The following properties are defined in the RegexMatcher class.
| Name | Access | Type | Description |
|---|---|---|---|
| GroupCount | R | integer | Number of forward reference groups specified in the regular expression pattern |
| InputString* | R | String | Input string set in the regular expression engine |
| Pattern | R | RegexPattern | RegexPattern object from which the RegexMatcher object was created |
Access
R: Readable W: Writable C: Initializable
*: default property