[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
GNU Emacs provides two ways to search through a buffer for specified text: exact string searches and regular expression searches. After a regular expression search, you can examine the match data to determine which text matched the whole regular expression or various portions of it.
34.1 Searching for Strings | Search for an exact match. | |
34.2 Searching and Case | Case-independent or case-significant searching. | |
34.3 Regular Expressions | Describing classes of strings. | |
34.4 Regular Expression Searching | Searching for a match for a regexp. | |
34.5 POSIX Regular Expression Searching | Searching POSIX-style for the longest match. | |
34.6 The Match Data | Finding out which part of the text matched, after a string or regexp search. | |
34.7 Search and Replace | Commands that loop, searching and replacing. | |
34.8 Standard Regular Expressions Used in Editing | Useful regexps for finding sentences, pages,... |
The ‘skip-chars…’ functions also perform a kind of searching. Voir la section Skipping Characters. To search for changes in character properties, see Text Property Search Functions.
Ce document a été généré par Eric Reinbold le 13 Octobre 2007 en utilisant texi2html 1.78.