String IndexOfSubstrings
Aus ExpeccoWiki
Inhaltsverzeichnis |
Schema
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
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? ]
