Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-11-08 09:52
Flavor·ECMAScript (JavaScript)

/
(<tspan .*?>)(.*?)(<\/tspan>)
/
g
Open regex in editor

Description

For each <tspan> that it founds, it inserts a <![CDATA[ ... ]]>

Submitted by anonymous