RegEx
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
clear ( ) |
create_from_string ( String pattern ) static |
|
get_group_count ( ) const |
|
get_names ( ) const |
|
get_pattern ( ) const |
|
is_valid ( ) const |
|
search_all ( String subject, int offset=0, int end=-1 ) const |
|
sub ( String subject, String replacement, bool all=false, int offset=0, int end=-1 ) const |
Method Descriptions
void clear ( )
There is currently no description for this method. Please help us by contributing one!
Error compile ( String pattern )
There is currently no description for this method. Please help us by contributing one!
RegEx create_from_string ( String pattern ) static
There is currently no description for this method. Please help us by contributing one!
int get_group_count ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_names ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_pattern ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_valid ( ) const
There is currently no description for this method. Please help us by contributing one!
RegExMatch search ( String subject, int offset=0, int end=-1 ) const
There is currently no description for this method. Please help us by contributing one!
RegExMatch[] search_all ( String subject, int offset=0, int end=-1 ) const
There is currently no description for this method. Please help us by contributing one!
String sub ( String subject, String replacement, bool all=false, int offset=0, int end=-1 ) const
There is currently no description for this method. Please help us by contributing one!