Answers for "remove the trailing slash and spaces in javascript"

-1

remove slashes from string javascript

str = str.replace(/\\/g, '')
Posted by: Guest on August-17-2021

Code answers related to "remove the trailing slash and spaces in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language