String replacefromto 0-based
Aus ExpeccoWiki
(Weitergeleitet von String replacefromto 1-based)
Inhaltsverzeichnis |
Schema
Operations
- Return a new string, where the substring starting at the 0-based index startIndex up to (and including) the 0-based index endIndex has been replaced by another string.
Schema
Operations
- Return a new string, where the substring starting at the 1-based index startIndex up to (and including) the 1-based index endIndex has been replaced by another string.
Revisions
These blocks has been in the Standard Library since 1.0.
Back to Standard Library.
Previous: String [ RemoveFromTo 1-based ]
Next: String [ ReplaceFromTo 1-based ]

