Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

CreateInstance

CreateInstance is signalled when an instance of a component is created [created Inherited from Regular expressions (PRIM_REGX)

DestroyInstance

DestroyInstance is signalled when an instance of a component is about to be destroyed [destroyed Inherited from Regular expressions (PRIM_REGX)

Methods

Name

Description

IsMatch

Indicates whether the regular expression finds a match in the input string

Result, Pattern, InputString

Match

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

Matches

Searches an input string for all occurrences of a regular expression and returns all the matches

Matches, Pattern, InputString

Replace

Replaces all strings that match a specified regular expression with a specified replacement string

Result, Pattern, InputString, ReplaceString

Split

Splits an input string into an array of substrings at the positions defined by a regular expression pattern

Tokens, Pattern, InputString

...