comparison lispref/elisp.texi @ 90225:a3716f7538f2

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 519-530) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 106-111) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 06 Sep 2005 00:25:20 +0000
parents 2d92f5c9d6ae 36922dc86799
children fa0da9b57058
comparison
equal deleted inserted replaced
90224:2d92f5c9d6ae 90225:a3716f7538f2
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.