Reply To: Grep simple query

#60952

Also,

(?<=d.)[a single space]+

will find a number followed by a period and space anywhere, not just at the beginning of a list so don't do a “Replace All” with it.

Yeah — change it to

(?<=^d.)[space)

to anchor it to the start of a paragraph.

This article was last modified on October 29, 2011

Comments (0)

Loading comments...