/[m4]/m4/doc/m4.texinfo
ViewVC logotype

Diff of /m4/doc/m4.texinfo

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1.2.3 by gary, Thu Mar 31 11:20:18 2005 UTC revision 1.1.1.1.2.4 by gary, Thu Mar 31 13:36:48 2005 UTC
# Line 208  Diverting and undiverting output Line 208  Diverting and undiverting output
208  Macros for text handling  Macros for text handling
209    
210  * Len::                         Calculating length of strings  * Len::                         Calculating length of strings
211  * Index::                       Searching for substrings  * Index macro::                 Searching for substrings
212  * Regexp::                      Searching for regular expressions  * Regexp::                      Searching for regular expressions
213  * Substr::                      Extracting substrings  * Substr::                      Extracting substrings
214  * Translit::                    Translating characters  * Translit::                    Translating characters
# Line 2392  various ways, extracting substrings, sea Line 2392  various ways, extracting substrings, sea
2392    
2393  @menu  @menu
2394  * Len::                         Calculating length of strings  * Len::                         Calculating length of strings
2395  * Index::                       Searching for substrings  * Index macro::                 Searching for substrings
2396  * Regexp::                      Searching for regular expressions  * Regexp::                      Searching for regular expressions
2397  * Substr::                      Extracting substrings  * Substr::                      Extracting substrings
2398  * Translit::                    Translating characters  * Translit::                    Translating characters
# Line 2400  various ways, extracting substrings, sea Line 2400  various ways, extracting substrings, sea
2400  * Format::                      Formatting strings (printf-like)  * Format::                      Formatting strings (printf-like)
2401  @end menu  @end menu
2402    
2403  @node Len, Index, Text handling, Text handling  @node Len, Index macro, Text handling, Text handling
2404  @section Calculating length of strings  @section Calculating length of strings
2405    
2406  @cindex length of strings  @cindex length of strings
# Line 2425  len(`abcdef') Line 2425  len(`abcdef')
2425    
2426  The builtin macro @code{len} is recognized only when given arguments.  The builtin macro @code{len} is recognized only when given arguments.
2427    
2428  @node Index, Regexp, Len, Text handling  @node Index macro, Regexp, Len, Text handling
2429  @section Searching for substrings  @section Searching for substrings
2430    
2431  @findex index  @findex index
# Line 2451  index(`gnus, gnats, and armadillos', `da Line 2451  index(`gnus, gnats, and armadillos', `da
2451    
2452  The builtin macro @code{index} is recognized only when given arguments.  The builtin macro @code{index} is recognized only when given arguments.
2453    
2454  @node Regexp, Substr, Index, Text handling  @node Regexp, Substr, Index macro, Text handling
2455  @section Searching for regular expressions  @section Searching for regular expressions
2456    
2457  @cindex regular expressions  @cindex regular expressions

Legend:
Removed from v.1.1.1.1.2.3  
changed lines
  Added in v.1.1.1.1.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26