Thread
:
regexp search/replace not working as expected on individual authors in source field
View Single Post
08-06-2015, 01:40 PM
#
3
eschwartz
Ex-Helpdesk Junkie
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Code:
(.+?) \(ed\)
Matches twice:
Code:
jim (ed) & bob & bill (ed)
Try using a character set that does NOT include the ampersand:
Code:
([^&]+?) \(ed\)
eschwartz
View Public Profile
Find More Posts by eschwartz
Track Posts by eschwartz via RSS