Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.046 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'snippet': 0.07; 'cc:addr :python-list': 0.16; 'wrote:': 0.16; 'wed,': 0.17; 'cheers,': 0.18; 'working.': 0.18; 'cc:no real name:2**0': 0.20; 'subject:help': 0.22; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'sep': 0.23; 'pm,': 0.24; 'code': 0.25; 'message- id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; 'seem': 0.31; 'chris': 0.32; 'does': 0.32; 'received:209.85.161': 0.35; 'something': 0.37; 'question,': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'missing': 0.39; "it's": 0.40; 'here.': 0.66; 'sender:addr:chris': 0.84; 'url:rebertia': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=kTKeqiO2iLGoe0dWhUDE2q7SL1kJ8ONPENXk2ppgBA8=; b=KinrVC6FZVf56Hy+b1+R7LYoblZv2+lnhZmAo7r644koL1+hiHnZ81/ygXAMWoWNEK rGJWk0LlzXKvQjZF9icxcD0URtPyVJfS/oeIHEqESPwtdCDulhv47pJyjMruWZmmIlCn mnvFVJmYJW/wuhyuxWLA/ngRIxEDZ74Zszs3M= MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: References: Date: Wed, 14 Sep 2011 20:35:23 -0700 X-Google-Sender-Auth: N7tmx-RGR9e_1KuD8CMtNhNiJGU Subject: Re: help regarding re.search From: Chris Rebert To: Sagar Neve Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1316057732 news.xs4all.nl 2455 [2001:888:2000:d::a6]:33220 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:13297 On Wed, Sep 14, 2011 at 8:33 PM, Sagar Neve wrote: > If A in B: > does nt seem to be working. > Am I missing something here. Please provide a snippet of the code in question, and be specific about how it's not working. Cheers, Chris -- http://rebertia.com