String removefromto 0-based

Aus ExpeccoWiki

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

Inhaltsverzeichnis

Schema

String processing removefrometo 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 removed.
  • Returns an empty string, if all (or more) is to be removed.


Schema

String processing removefrometo 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 removed.
  • Returns an empty string, if all (or more) is to be removed.



Revisions

These blocks has been in the Standard Library since 1.0.



Back to Standard Library.
Previous: String [ CopyTo 1-based ]
Next: String [ RemoveFromTo 1-based ]


Meine Werkzeuge