Page History
...
Name | Description |
|---|---|
CreateInstance is signalled when an instance of a component is created [created Inherited from Regular expressions (PRIM_REGX) | |
DestroyInstance is signalled when an instance of a component is about to be destroyed [destroyed Inherited from Regular expressions (PRIM_REGX) |
Methods
Name | Description |
|---|---|
Indicates whether the regular expression finds a match in the input string Result, Pattern, InputString | |
Searches an input string for a substring that matches a regular expression pattern and returns the first occurrence as a single Match object Match, Pattern, InputString | |
Searches an input string for all occurrences of a regular expression and returns all the matches Matches, Pattern, InputString | |
Replaces all strings that match a specified regular expression with a specified replacement string Result, Pattern, InputString, ReplaceString | |
Splits an input string into an array of substrings at the positions defined by a regular expression pattern Tokens, Pattern, InputString |
...