help-gnu-emacs
[Top][All Lists]
Advanced

[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 11:16:07 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> Perhaps you mean:

>   (imply (and  (string-match  regex1 str1) (string-match  regex2 str2))
>          (string-match (concat regex1 regex2) (concat str1 str2)))

Of course, even that one isn't 100% true, if you consider the case where
regex1 ends with $, for example.


        Stefn


reply via email to

[Prev in Thread] Current Thread [Next in Thread]