Method String.nbsp2s
Convert   to space.
-
Syntax
String String.nbsp2s()
Works for  , and for multiline text. - Return value A new string with   converted to " "
-
Examples
- To convert the string ' my string '
// Define string var s = ' my string '; // Ouput is ' my string ' s.nbsp2s()
- Related String.br2nl
-
Download
Source
Unless otherwise noted all code in the JSLab Standard Library is licensed as GPLv3. See http://www.gnu.org/licenses/gpl.html for the entire license.
