determine special characters

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

determine special characters

Post by GeXus »

I have some db entries that have characters like Ã, ¢, etc. Is there a way to find all of these types of characters? Ultimatly I want to delete all records that contain them.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

You might want to try something like "NOT REGEXP" condition to find records that do not have the character set you want.
(#10850)
Post Reply