RegEx

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

void

clear ( )

Error

compile ( String pattern )

RegEx

create_from_string ( String pattern ) static

int

get_group_count ( ) const

PackedStringArray

get_names ( ) const

String

get_pattern ( ) const

bool

is_valid ( ) const

RegExMatch

search ( String subject, int offset=0, int end=-1 ) const

RegExMatch[]

search_all ( String subject, int offset=0, int end=-1 ) const

String

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!


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!