Community Patterns

Community Library Entry

1

Regular Expression
Created·2013-03-28 03:07
Flavor·PCRE (Legacy)

/
(?<garbage>(nowrap="")|(nowrap))(?<styleHead>\sstyle=")(?<styleBody>\w+((\w+)|(-\w+)):\s\w+;)(?<styleTail>")
/
Open regex in editor

Description

A regex to find all nowrap text occurrences and name all the groups involved in preparation for a replacement pass

Submitted by Joe Hacobian