eintr: Counting Words

 
 13 Counting via Repetition and Regexps
 **************************************
 
 Repetition and regular expression searches are powerful tools that you
 often use when you write code in Emacs Lisp.  This chapter illustrates
 the use of regular expression searches through the construction of word
 count commands using ‘while’ loops and recursion.
 

Menu