Reply To: Grep-Help

#73337
Chris Haynes
Member

My helpful grep style codes:

(?<=m)2
superscript m²

[\(“‘].+?[‘”\)](?=[[:punct:]]|)
Apply any style to any text inside ( ) or ” ” or ‘ ‘ – included in this code is to ignore the instance of an apostrophe that is not followed by any white space

This article was last modified on February 14, 2015

Comments (0)

Loading comments...