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

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

Re: how-many to number?


From: rgb
Subject: Re: how-many to number?
Date: 28 Sep 2005 06:35:26 -0700
User-agent: G2/0.2

>     (how-many "\\b\\w+\\b" (point-min) (point-max))
>
> returns a string like "88 occurrences", but how can I get at the
> integer 88 instead?  I would then want to do some simple arithmetic on
> it.

C-h f how-many <ret>

Print and return number of matches for regexp following point.
When called from Lisp and interactive is omitted or nil, *just return
the number, do not print it*; if interactive is t, the function behaves
in all respects has if it had been called interactively.



reply via email to

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