Thread
:
Copy one column to another problem
View Single Post
09-15-2015, 03:15 PM
#
2
theducks
Well trained by Cats
Posts: 31,086
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Not elegant, but maybe process in a loop
(.+)(,.+)
Replace in the first pass: \1
Then delete the first tag (.+,)(.+) <in the original
Or capture the next set above
Replace \2
(.+)(,.+)
Replace in all others: &\1 MODE Append
NOT TESTED
theducks
View Public Profile
Find More Posts by theducks
Track Posts by theducks via RSS