Click or drag to resize

RegExMatch Properties

The RegExMatch type exposes the following members.

Properties
  NameDescription
Public propertyDynamicObject
Gets a new DynamicGodotObject associated with this instance.
(Inherited from Object.)
Public propertyNames

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.

Public propertyNativeInstance (Inherited from Object.)
Public propertyStrings

An Array of the match and its capturing groups.

Public propertySubject

The source string used with the search pattern to find this matching result.

Top
See Also