Javascript Regex: Replacing multiple words with a space for all occurrences? -


How do I change the space of double quotes and single quotes with a space with javascript regex?

  var stripped = mystring.replace (/ ['' '] / g, "") ;  

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -