Current Path :
/
lib64
/
python2.7
/
site-packages
/
mx
/
TextTools
/
mxTextTools
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//lib64/python2.7/site-packages/mx/TextTools/mxTextTools/__init__.py
""" mxTextTools - A tools package for fast text processing. Copyright (c) 2000, Marc-Andre Lemburg; mailto:mal@lemburg.com Copyright (c) 2000-2011, eGenix.com Software GmbH; mailto:info@egenix.com See the documentation for further information on copyrights, or contact the author. All Rights Reserved. """ from mxTextTools import * from mxTextTools import __version__ # To maintain backward compatibility: BMS = TextSearch BMSType = TextSearchType try: TextSearch('',None,FASTSEARCH) except: FS = BMS FSType = BMS else: def FS(match, translate=None): return TextSearch(match, translate, FASTSEARCH) FSType = TextSearchType