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

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

Re: Regular Expression Parser in Emacs Lisp


From: Joost Kremers
Subject: Re: Regular Expression Parser in Emacs Lisp
Date: 25 Sep 2009 12:27:36 GMT
User-agent: slrn/0.9.9 (Linux)

Nordlöw wrote:
>  I need a way to figure
> out if a regexp has a maximum match length and if so what that length
> is.

do you need a full-blown regexp parser for that? AFAICT the regexp syntax
defines precisely which tokens may match more than one character, and in those
cases, the maximum number of characters matched is not given, so that the
maximum length is not defined.


-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


reply via email to

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