Community Patterns

Community Library Entry

6

Regular Expression
Created·2015-04-27 11:50
Flavor·ECMAScript (JavaScript)

/
(")(?![^<>]*>)
/
gm
Open regex in editor

Description

Select a character (or string) ingnoring if that element is inside the HTML tags. Useful to apply html tags using replace.

Submitted by Alex5B