Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added JS equivalent

...

Insert excerpt
BrightScript Version Navigation Menu
BrightScript Version Navigation Menu
nopaneltrue
This object allows the implementation of the regular-expression processing provided by the PCRE library. The JavaScript equivalent is RegExp().

This object is created with a string to represent the matching-pattern and a string to indicate flags that modify the behavior of one or more matching operations: 

...

Uses the matching pattern as a delimiter and splits the string on the delimiter boundaries. The function returns an roList of strings that were separated by the matching pattern in the original string.