godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
RegExMatch._classBinding
godot
regexmatch
RegExMatch
Undocumented in source.
struct
RegExMatch
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("get_subject")
GodotMethod
!(
String
)
getSubject
;
__gshared
@
GodotName
("get_group_count")
GodotMethod
!(
long
)
getGroupCount
;
__gshared
@
GodotName
("get_names")
GodotMethod
!(
Dictionary
)
getNames
;
__gshared
@
GodotName
("get_strings")
GodotMethod
!(
Array
)
getStrings
;
__gshared
@
GodotName
("get_string")
GodotMethod
!(
String
,
Variant
)
getString
;
__gshared
@
GodotName
("get_start")
GodotMethod
!(
long
,
Variant
)
getStart
;
__gshared
@
GodotName
("get_end")
GodotMethod
!(
long
,
Variant
)
getEnd
;
}
Members
Static variables
getEnd
GodotMethod
!(
long
,
Variant
)
getEnd
;
Undocumented in source.
getGroupCount
GodotMethod
!(
long
)
getGroupCount
;
Undocumented in source.
getNames
GodotMethod
!(
Dictionary
)
getNames
;
Undocumented in source.
getStart
GodotMethod
!(
long
,
Variant
)
getStart
;
Undocumented in source.
getString
GodotMethod
!(
String
,
Variant
)
getString
;
Undocumented in source.
getStrings
GodotMethod
!(
Array
)
getStrings
;
Undocumented in source.
getSubject
GodotMethod
!(
String
)
getSubject
;
Undocumented in source.
Meta
Source
See Implementation
godot
regexmatch
RegExMatch
aliases
BaseClasses
functions
getEnd
getGroupCount
getNames
getStart
getString
getStrings
getSubject
opAssign
opEquals
properties
names
strings
subject
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name