]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/samples/ide/activegrid/util/strutils.py
   1 #---------------------------------------------------------------------------- 
   3 # Purpose:      String Utilities 
   9 # Copyright:    (c) 2005 ActiveGrid, Inc. 
  10 # License:      wxWindows License 
  11 #---------------------------------------------------------------------------- 
  14 def caseInsensitiveCompare(s1
, s2
): 
  15     """ Method used by sort() to sort values in case insensitive order """