String substring copy 0-based

Aus ExpeccoWiki

(Weitergeleitet von String substring copy 1-based)
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Schema

String processing substring copy 0-based.png

Operations

  • Return a substring starting at the 0-based index startIndex up to (and including) the 0 based index endIndex. Raises an error if either index is out of the 0..size-1 range.


Schema

String processing substring copy 1-based.png

Operations

  • Return a substring starting at the 1-based index startIndex up to (and including) the 1 based index endIndex. Raises an error if either index is out of the 1..size-1 range.


Revisions

These blocks has been in the Standard Library since 1.0.



Back to Standard Library.
Previous: String [ EditDistance ]
Next: String [ Substring Copy 1-based ]


Meine Werkzeuge