Versions Compared

Key

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

...

Return type

number


Related routines

Filter by label (Content by label)
showLabelsfalse
spacesSIL40
showSpacefalse
cqllabel = "regex" and space = "
SIL40
SIL"
labelsregex

Example

Example 1

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

...