RegExSearchAll Method |
Searches the text for the compiled pattern. Returns an array of RegExMatch containers for each non-overlapping result. If no results were found, an empty array is returned instead. The region to search within can be specified without modifying where the start and end anchor would be.
Namespace: Godot
public Array SearchAll( string subject, int offset = 0, int end = -1 )
[Missing <param name="subject"/> documentation for "M:Godot.RegEx.SearchAll(System.String,System.Int32,System.Int32)"]
[Missing <param name="offset"/> documentation for "M:Godot.RegEx.SearchAll(System.String,System.Int32,System.Int32)"]
[Missing <param name="end"/> documentation for "M:Godot.RegEx.SearchAll(System.String,System.Int32,System.Int32)"]
[Missing <returns> documentation for "M:Godot.RegEx.SearchAll(System.String,System.Int32,System.Int32)"]