Answers for "js regex replace multiple matches"

0

js regex replace multiple matches

str.replace(/-|:|\./g,''); // replace all matches of "-", ":" and "." in str
Posted by: Guest on September-22-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language