Regular Expression for Removing HTML Tags
Posted on By Addam Driver Thursday, June 21, 2012Here is a regex (regular expression) solution to remove HTML tags from content that doesn’t effect the content in javaScript or anything else for that matter… “/(<([^>]+)>)/ig” Continue reading