comparison lispref/elisp.texi @ 65183:36922dc86799

(Top): Update subnode menu.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Aug 2005 08:45:14 +0000
parents 5e32e6187a91
children cb3a28e6571d 35ba943c8399 a3716f7538f2
comparison
equal deleted inserted replaced
65182:54da3e88d8f6 65183:36922dc86799
910 * Locales:: Interacting with the POSIX locale. 910 * Locales:: Interacting with the POSIX locale.
911 911
912 Searching and Matching 912 Searching and Matching
913 913
914 * String Search:: Search for an exact match. 914 * String Search:: Search for an exact match.
915 * Searching and Case:: Case-independent or case-significant searching.
915 * Regular Expressions:: Describing classes of strings. 916 * Regular Expressions:: Describing classes of strings.
916 * Regexp Search:: Searching for a match for a regexp. 917 * Regexp Search:: Searching for a match for a regexp.
917 * POSIX Regexps:: Searching POSIX-style for the longest match. 918 * POSIX Regexps:: Searching POSIX-style for the longest match.
918 * Search and Replace:: Internals of @code{query-replace}. 919 * Match Data:: Finding out which part of the text matched,
919 * Match Data:: Finding out which part of the text matched 920 after a string or regexp search.
920 various parts of a regexp, after regexp search. 921 * Search and Replace:: Commands that loop, searching and replacing.
921 * Searching and Case:: Case-independent or case-significant searching.
922 * Standard Regexps:: Useful regexps for finding sentences, pages,... 922 * Standard Regexps:: Useful regexps for finding sentences, pages,...
923 923
924 Regular Expressions 924 Regular Expressions
925 925
926 * Syntax of Regexps:: Rules for writing regular expressions. 926 * Syntax of Regexps:: Rules for writing regular expressions.