]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/samples/ide/activegrid/util/strutils.py
b79bd2a474d6f6e6c04939148da1f737bd24f360
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 """