RegExMatch Properties |
The RegExMatch type exposes the following members.
Name | Description | |
---|---|---|
DynamicObject |
Gets a new DynamicGodotObject associated with this instance.
(Inherited from Object.) | |
Names | A dictionary of named groups and its corresponding group number. Only groups that were matched are included. If multiple groups have the same name, that name would refer to the first matching one. | |
NativeInstance | (Inherited from Object.) | |
Strings | An Array of the match and its capturing groups. | |
Subject | The source string used with the search pattern to find this matching result. |