regarding ignore case sensitive of a string using regular expressions

Mosas prabaharpython at yahoo.co.in
Tue Mar 22 08:45:40 EST 2005


Dear All
      In Perl when we are checking some conditions
using regular expression we can ignore the case
sensitive of a string using the following regular 
expression  /(^[^a-z])|/|(\.\.)/i.
      But If I try to do this in Python I couldn't get
any result.
      So Any body know regarding this Kindly mail me
with example.

regards
Prabahar
 

________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony



More information about the Python-list mailing list