Find Exactly not working

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
franknbeans
Posts: 17
Joined: Wed Aug 30, 2006 1:26 am

Find Exactly not working

Post 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
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Post 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.
franknbeans
Posts: 17
Joined: Wed Aug 30, 2006 1:26 am

Post 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
Post Reply