RegExMatchGetEnd Method |
Returns the end position of the match within the source string. The end position of capturing groups can be retrieved by providing its group number as an integer or its string name (if it's a named group). The default value of 0 refers to the whole pattern.
Returns -1 if the group did not match or doesn't exist.
Namespace: Godot
public int GetEnd( Object name = null )
[Missing <returns> documentation for "M:Godot.RegExMatch.GetEnd(System.Object)"]