Class RegEx.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class RegEx.MethodName : RefCounted.MethodName
- Inheritance
-
RegEx.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
Clear
Cached name for the 'clear' method.
public static readonly StringName Clear
Field Value
Compile
Cached name for the 'compile' method.
public static readonly StringName Compile
Field Value
CreateFromString
Cached name for the 'create_from_string' method.
public static readonly StringName CreateFromString
Field Value
GetGroupCount
Cached name for the 'get_group_count' method.
public static readonly StringName GetGroupCount
Field Value
GetNames
Cached name for the 'get_names' method.
public static readonly StringName GetNames
Field Value
GetPattern
Cached name for the 'get_pattern' method.
public static readonly StringName GetPattern
Field Value
IsValid
Cached name for the 'is_valid' method.
public static readonly StringName IsValid
Field Value
Search
Cached name for the 'search' method.
public static readonly StringName Search
Field Value
SearchAll
Cached name for the 'search_all' method.
public static readonly StringName SearchAll
Field Value
Sub
Cached name for the 'sub' method.
public static readonly StringName Sub