Answers for "trim trailing spaces string js"

1

trim nodejs sentence from spaces

newString = string.replace(/\s+/g,''); // "thiscontainsspaces"
Posted by: Guest on June-10-2021

Code answers related to "trim trailing spaces string js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language