Click or drag to resize

RegExMatchGetSubject Method

Note: This API is now obsolete.

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

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

Return Value

Type: String

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

See Also