|
I would just write a quick script to do that, fetch text from db, split into words, check each word, unsplit, save it...
a bit slower and less efficient, but pretty hard to fuck up... on the other hand with one regexp command, one wrong character and your whole db could get fucked up...
|