Skip to content
Prev 27843 / 63424 Next

invalid regular expression '[a-Z]'

On 05/03/2008 8:56 PM, Henrik Bengtsson wrote:
Presumably in the locale you're using on OSX, "a" < "Z" is false.  This 
is the ascii sort order used in the C locale.  On my Windows box, "a" < 
"Z" is true, because it uses the English_Canada.1252 collation order.

Duncan Murdoch

  I've tried with a