Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #64367

Re: regex multiple patterns in order

From Neil Cerutti <neilc@norwich.edu>
Subject Re: regex multiple patterns in order
Date 2014-01-20 17:09 +0000
Organization Norwich University
References (1 earlier) <mailman.5748.1390216721.18130.python-list@python.org> <roy-C6EC2C.09525920012014@news.panix.com> <lbjher$8hf$1@ger.gmane.org> <lbji4u$hk8$1@ger.gmane.org> <CABicbJLwfXxx8mJJKBiz_BGTrf0VdBgaMJODRqTnRPhizYVXhA@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.5753.1390237796.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 2014-01-20, Devin Jeanpierre <jeanpierreda@gmail.com> wrote:
> On Mon, Jan 20, 2014 at 8:16 AM, Mark Lawrence
> <breamoreboy@yahoo.co.uk> wrote:
>> On 20/01/2014 16:04, Neil Cerutti wrote:
>>> I use regular expressions regularly, for example, when
>>> editing text with gvim. But when I want to use them in Python
>>> I have to contend with the re module. I've never become
>>> comfortable with it.
>>
>> You don't have to, there's always the "new" regex module
>> that's been on pypi for years.  Or are you saying that you'd
>> like to use regex but other influences that are outside of
>> your sphere of control prevent you from doing so?
>
> I don't see any way in which someone uncomfortable with the re
> module would magically find themselves perfectly at home with
> the regex module. The regex module is the re module with some
> extra features (and complexity), is it not?

It's a negative feedback loop. I'd have to use it more often than
I do to get comfortable. There's no way a library, even a really
good one, can compete with built-in syntax support. The BDFL must
have wanted it to be this way.

-- 
Neil Cerutti

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: regex multiple patterns in order Ben Finney <ben+python@benfinney.id.au> - 2014-01-20 22:18 +1100
  Re: regex multiple patterns in order Roy Smith <roy@panix.com> - 2014-01-20 09:52 -0500
    Re: regex multiple patterns in order Neil Cerutti <neilc@norwich.edu> - 2014-01-20 16:04 +0000
    Re: regex multiple patterns in order Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-20 16:16 +0000
    Re: regex multiple patterns in order Devin Jeanpierre <jeanpierreda@gmail.com> - 2014-01-20 08:40 -0800
      Re: regex multiple patterns in order Rustom Mody <rustompmody@gmail.com> - 2014-01-20 09:06 -0800
        Re: regex multiple patterns in order Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-20 17:30 +0000
    Re: regex multiple patterns in order Neil Cerutti <neilc@norwich.edu> - 2014-01-20 17:09 +0000
    Re: regex multiple patterns in order Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-20 17:33 +0000

csiph-web