all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Regexp engine
@ 2007-05-24 10:49 CloudStrife
  2007-05-24 13:28 ` Tyler Smith
  0 siblings, 1 reply; 2+ messages in thread
From: CloudStrife @ 2007-05-24 10:49 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,
I would like to know what kind of regexp engine does emacs use whn i
use C-M-s or C-M-%
Is it regex-based or text-based. In other words is it DFA/NFA as is
used by some people
You can look as this to get more info of what I am trying to ask
http://www.regular-expressions.info/engine.html

Regards
Cloud

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Regexp engine
  2007-05-24 10:49 Regexp engine CloudStrife
@ 2007-05-24 13:28 ` Tyler Smith
  0 siblings, 0 replies; 2+ messages in thread
From: Tyler Smith @ 2007-05-24 13:28 UTC (permalink / raw)
  To: help-gnu-emacs

On 2007-05-24, CloudStrife <santosh.iitm2002@gmail.com> wrote:
> Hi all,
> I would like to know what kind of regexp engine does emacs use whn i
> use C-M-s or C-M-%
> Is it regex-based or text-based. In other words is it DFA/NFA as is
> used by some people
> You can look as this to get more info of what I am trying to ask
> http://www.regular-expressions.info/engine.html
>

Traditional NFA, but some functions behave like a POSIX NFA, ie.
posix-search-forward, posix-search-backward, posix-looking-at,
posix-string-match.


HTH,

Tyler

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-24 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-24 10:49 Regexp engine CloudStrife
2007-05-24 13:28 ` Tyler Smith

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.