Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

trim nodejs sentence from spaces

newString = string.replace(/s+/g,''); // "thiscontainsspaces"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #trim #nodejs #sentence #spaces
ADD COMMENT
Topic
Name
4+5 =