Click or drag to resize

RegExMatchGetStrings Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.RegExMatch.GetStrings"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetStrings is deprecated. Use the Strings property instead.")]
public Array GetStrings()

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.RegExMatch.GetStrings"]

See Also