regex
<[a-z!\/?][^>]*>/gi, [/ /gi, " "] what does this mean??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jan 3, 2015, 2:19 PM
Also, if you take the part after the comma and ignore the surrounding [], then it's a regular expression which is replacing non-breaking space characters (unicode 160) with ordinary spaces (unicode 32).
Posted Jan 3, 2015, 8:54 AM