Thread
:
Splitting <title> - <author> in Title field
View Single Post
02-15-2015, 03:33 PM
#
8
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)
I am a monumental idiot.
This time, we will repeat the character sets...
Search title:
Code:
([^-]+) - ([^-]+)
Replace author:
Code:
\2
Apply
Search title:
Code:
([^-]+) - ([^-]+)
Replace title:
Code:
\1
eschwartz
View Public Profile
Find More Posts by eschwartz
Track Posts by eschwartz via RSS