Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
RegExMatch¶
Inherits: RefCounted < Object
Contains the results of a RegEx search.
Description¶
Contains the results of a single RegEx match returned by RegEx.search and RegEx.search_all. It can be used to find the position and range of the match and its capturing groups, and it can extract its substring for you.
Properties¶
|
||
|
||
|
Methods¶
get_group_count ( ) const |
|
get_string ( Variant name=0 ) const |
Property Descriptions¶
Dictionary names = {}
Dictionary get_names ( )
A dictionary of named groups and its corresponding group number. Only groups that were ma