MySQL is, by default, case-insensitive.  Try using
COLLATE latin1_general_cs
to force case-sensitivity (the _cs bit, if you're using another charset)

--Ben

James Smith wrote:
> I am using some RegEx in MySQL and having a small problem.
> 
> On a windows server MySQL seems to loose the ability to differentiate case.
> 
> All of the following...
> 
> [:lower:]
> [:upper:]
> [a-z]
> [A-Z]
> 
> Match any upper or lower case letter.  Is there a way to make these RegEx
> case sensitive (like they should be)?
> 
> --
> Jay
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:197235
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to