Versions Compared

Key

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

...

Return Type

String

Example

Code Block
languagejs
wret = matchText("This will return ?", ".*will");
print("Return " + wret);

...