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 = "SIL"
labelsregex

Example

Example 1

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

...