Thread
:
Yet another regex question
View Single Post
01-24-2012, 04:02 PM
#
2
theducks
Well trained by Cats
Posts: 31,079
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by
Jabby
I want to find all instances of <p> followed by a lower case character. Testing just the first character.
Thanks - John
Code:
</p>\s+<p.+>([a-z])
Because you are probably trying to un-wrap
Replace:
Code:
\1
<<leading space
theducks
View Public Profile
Find More Posts by theducks
Track Posts by theducks via RSS