Versions Compared

Key

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

...

Return Type

Number

Example

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

...