Tag Archives: regex
Regular Expression for Removing HTML Tags
Here 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
Posted in JavaScript
Tagged html, html tags, javascript, javascript functions, javascript replace, javascript strings, no html, regex, regular expression
2 Comments