Page 1 of 1

Find Exactly not working

Posted: Fri Jun 15, 2007 6:24 am
by franknbeans
I have a simple 'find exactly' filter that is not working. I was wondering if there was something with single quotes from a mySQL dump that it is not allowing the replace:

Find:

Code: Select all

INSERT INTO `MAIN` VALUES
Replace With:

Code: Select all

INSERT INTO `main` VALUES
somehow this is not doing it

Posted: Fri Jun 15, 2007 8:16 am
by DataMystic Support
Works fine here.

Do you have 'Match Case' checked? If not, please send us the filter with sample text in the trial run area.

Posted: Fri Jun 15, 2007 9:32 am
by franknbeans
yes, I did have 'match case' checked but I also had 'case sensitive replace' checked on the bottom which I believe was my problem