Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

remove spaces in a string js

str.replace(/s+/g, '')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #spaces #string #js
ADD COMMENT
Topic
Name
9+1 =