Quote:
Originally Posted by kovidgoyal
If you use regex mode, you can simply do this:
Search: .+
Replace: \1XXX
this will append XXX to all values.
But pls do take a backup of your library before doing this.
|
Thank you sooo much, this worked perfectly!