String copyfrom 0-based
Aus ExpeccoWiki
(Weitergeleitet von String copyfrom 1-based)
Inhaltsverzeichnis |
Schema
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
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 ]

