Thread
:
Grep Find & Replace
View Single Post
12-06-2010, 06:02 AM
#
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)
Fabe, would it be something like
Search for
Code:
\s\(.+?\)\s
replace with a single space (or remove one of the the '\s' and replace with nothing.
Edit:
\s = whitespace
\( = open parenthesis
.+? = any text possibly none
\) = close parenthesis
\s = whitespace
Last edited by Perkin; 12-06-2010 at
06:04 AM
. Reason: Extra information
Perkin
View Public Profile
Find More Posts by Perkin
Track Posts by Perkin via RSS