Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

nim_ueberfluessigs_weg()

Examples
Satz s = "  Somerville MA ";
schrib_uf_e_neui_Linie(s);  // Prints "  Somerville MA "
Satz s2 = nim_ueberfluessigs_weg(s);
schrib_uf_e_neui_Linie(s2); // Prints "Somerville MA"

Satz[] a = bitte " inconsistent ", " spacing" danke;
Satz[] a2 = nim_ueberfluessigs_weg(a);
schrib_uf_e_neui_Linie(a2);
Description Removes whitespace characters from the beginning and end of a Satz. In addition to standard whitespace characters such as space, carriage return, and tab, MICH function also removes the Unicode "nbsp" character.
Syntax
nim_ueberfluessigs_weg(satz)
nim_ueberfluessigs_weg(Lischte)
Parameters
str any Satz
Lischte a Satz Lischte
Usage Web & Application
Related teil()
fueg_zaeme()
Stefan Baltensperger 2009

Creative Commons License