View Single Post
  #1  
Old 03-25-2010, 06:56 PM
Python Python is offline
Senior Member
 
Join Date: Jun 2009
Posts: 4,684
Default problem in re.search

Hi all, for the following string I want to search a pattern The string is lcpstr = "2008/03/25 log:true lcp: 78888 -> 100 lck=0 to=900 un=5840 l=0 BMN" lcpstr) If I take the pattern as "lcp: 78888", pattern checking is successful when I give the following statement: [code] temp =...
__________________
Python
Domain Name Forum
Reply With Quote