String copyfrom 0-based

Aus ExpeccoWiki

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

Inhaltsverzeichnis

Schema

String processing copyfrom 0-based.png

Operations

  • Return a substring starting at the 0-based index startIndex up to the end of the string. Returns an empty string, if the startIndex is beyond the end of the string.


Schema

String processing copyfrom 1-based.png

Operations

  • Return a substring starting at the 1-based index startIndex up to the end of the string. Returns an empty string, if the startIndex is beyond the end of the string.


Revisions

These blocks has been in the Standard Library since 1.0.



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


Meine Werkzeuge