String IndexOfSubstrings

Aus ExpeccoWiki

Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Schema

String processing index of substrings.png


Operations

  • Find a substring in a string starting at startIndex.
  • The default for startIndex is 1.
  • If found, the index is written to the output; if not found, 0 is written to the output.

Schema

String processing index of substrings.png


Operations

  • Find a substring in a string starting at startIndex.
  • The default for startIndex is 1.
  • If found, the index is written to the output; if not found, 0 is written to the output.



Back to Standard Library.
Previous: String [ IncludesString? ]
Next: String [ StartsWith? ]


Meine Werkzeuge