The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.python
From: "Fredrik Lundh" <fred...@pythonware.com>
Date: 1998/05/29
Subject: Re: Regular Expression newbie needs help
>Another way to handle this case is to use the `[.]' regular How about: >expression, but to only look at strings which *don't* match it. In >other words: > if not re.search('[.]', string): if "." not in string: Cheers /F "Some people, when confronted with a problem, think 'I know, I'll use You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||