[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: string-match bug?
From: |
Stefan Monnier |
Subject: |
Re: string-match bug? |
Date: |
Wed, 09 Dec 2009 16:33:41 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
> But simply by convention, isn't it?
No: it's the most consistent behavior, i.e. a natural consequence of the
usual rules obeyed by regular expressions.
> Aren't
> (string-match "" "a")
> and
> (string-match "" "")
> different cases in some perspective?
How 'bout
(string-match "b" "ba")
vs
(string-match "b" "b")
-- Stefan
- Re: string-match bug?, (continued)
- Message not available
- Re: string-match bug?, Barry Margolin, 2009/12/09
- Re: string-match bug?, tomas, 2009/12/09
- Re: string-match bug?, Kevin Rodgers, 2009/12/09
- Message not available
- Re: string-match bug?, Stefan Monnier, 2009/12/10
- Re: string-match bug?, tomas, 2009/12/10
- Re: string-match bug?, Andreas Politz, 2009/12/10
- Re: string-match bug?, Kevin Rodgers, 2009/12/10
- Message not available
- Re: string-match bug?, David Kastrup, 2009/12/14
- Message not available
- Re: string-match bug?,
Stefan Monnier <=
- Re: string-match bug?, Andreas Röhler, 2009/12/10
- Message not available
- Re: string-match bug?, Frank Fredstone, 2009/12/10
- Re: string-match bug?, Andreas Röhler, 2009/12/10
- Re: string-match bug?, Juanma Barranquero, 2009/12/10
- Message not available
- Re: string-match bug?, Frank Fredstone, 2009/12/10
- Message not available
- Re: string-match bug?, David Kastrup, 2009/12/14