emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Matching regex case-sensitively in C strings?


From: Mattias Engdegård
Subject: Re: Matching regex case-sensitively in C strings?
Date: Wed, 9 Nov 2022 11:53:59 +0100

8 nov. 2022 kl. 21.59 skrev Yuan Fu <casouri@gmail.com>:

> How about this:

Either would do as far as I'm concerned; there is no difference in performance 
(inlining buys us nothing here).

+/* Match REGEXP against STRING, searching all of STRING and return the
+   index of the match, or negative on failure.  This does not clobber
+   the match data.  Table is a canonicalize table.
                                                  ^
                                               or nil





reply via email to

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