Vorlage:Str cropleft/Doku
Zur Navigation springen
Zur Suche springen
Diese Seite ist die Dokumentations-Unterseite der Vorlage:Str cropleft.
Remove the left-most {2} characters of a string {1}. Precondition: 1 = A string 2 = A length; 1 if omitted Postcondition: Throws error if {2} < 0 Returns string; remaining starting characters, if any.
Beispiele
[Quelltext bearbeiten]Parameter | Erwartet | Ergebnis |
---|---|---|
|London|4}} | »on« | »« |
| London|4}} | »on« | »« |