Thread
:
Trying to limit a search to a single line...
View Single Post
04-10-2012, 05:24 PM
#
2
Perkin
Guru
Posts: 657
Karma: 64171
Join Date: Sep 2010
Location: Kent, England, Sol 3, ZZ9 plural Z Alpha
Device: Sony PRS-300, Kobo Aura HD, iPad (Marvin)
Quote:
Originally Posted by
ElMiko
the regex search that I'm using
Code:
>([^“]*)”
Without actually testing, add a question-mark after the asterisk, to make it non-greedy.
Code:
>([^“]*
?
)”
Perkin
View Public Profile
Find More Posts by Perkin
Track Posts by Perkin via RSS