String replacefromto 0-based

Aus ExpeccoWiki

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

Inhaltsverzeichnis

Schema

String processing replacefromto 0-based.png


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

String processing replacefromto 1-based.png


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 ]


Meine Werkzeuge