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

email - PHP mail error ... failed to open stream : permission denied -

c# - ListView onScroll event -

c - Linux mmap() error -