Thread
:
reg.expr: how to detect the whole line?
View Single Post
07-15-2019, 01:47 PM
#
2
theducks
Well trained by Cats
Posts: 31,099
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
You only want lines with all Capitals (with space)?
I think this will work, but BE CAREFUL. it may grab titles
CASE SENSITIVE ticked
Code:
<p class=".+">(\s*[A-Z])
{1,}
</p>
<< repetition 1 to infiniity
theducks
View Public Profile
Find More Posts by theducks
Track Posts by theducks via RSS