Regular Expressions 101

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

/
((<(.|\n)+?>)?[^=])
/
g

Description
Created·2014-07-17 09:01
Type·Substitution
Flavor·PCRE (Legacy)

The pattern should match only the "=" symbols with in the html content other than the HTML attributes.

i.e if we have Sample head This is a test a=b=c=d or a = b = c

The pattern should match only "=" outside the html tags <>

Submitted by Dilip
Open Workspace