Forum Moderators: coopster
The author says he'll be looking at a fix eventually, but as I'm using the info to drum up some Xmas sales, I thought I'd whip up a script to go through my database and fix it up.
I've mentioned before that I suck at regex's so if anyone can suggest the appropriate way to do this I'd appreciate it.
Here's the problem:
The amazonlib functions are turning the something like:
Thelma & Louise into Thelma&Louise
I need to search and replace an ampersand with a space, an &, and a space (" & ") when the next word is not part of an entity.
So, it'll turn:
Thelma&Louise say "Webmasterworld is the best"
into
Thelma & Louise say "Webmasterworld is the best"
Any regex suggestions are greatly, greatly appreciated.