Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

Description

match html and xml brackets (<>) and all their content. It doesn’t match inner text. Useful to remove markup tags from a xml or html string, leaving only the text.

Submitted by Emasoft - 9 months ago