Answers for "trim any spaces in node"

1

trim nodejs sentence from spaces

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language