Answers for "replace all dashes to slashes using jquery in a string"

0

replace all dashes to slashes using jquery in a string

x = x.replace(/\-/g, '/')
Posted by: Guest on September-16-2021

Code answers related to "replace all dashes to slashes using jquery in a string"

Code answers related to "Javascript"

Browse Popular Code Answers by Language