Click or drag to resize

RegExGetNames Method

Returns an array of names of named capturing groups in the compiled pattern. They are ordered by appearance.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array GetNames()

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.RegEx.GetNames"]

See Also