Next: Syntax Tables, Previous: Non-ASCII Characters, Up: Top [Contents][Index]
GNU Emacs¤Ë¤Ï¥Ð¥Ã¥Õ¥¡¤«¤é»ØÄꤷ¤¿¥Æ¥¥¹¥È¤òõ¤¹ÊýË¡¤¬2¤Ä¤¢¤ê¤Þ¤¹¡£ ʸ»úÎ󤽤Τâ¤Î¤òÀµ³Î¤Ëõº÷¤¹¤ë¤Î¤ÈÀµµ¬É½¸½¤Îõº÷¤Ç¤¹¡£ Àµµ¬É½¸½¤Îõº÷¤Î¤¢¤È¤Ç¤Ï¡¢ Àµµ¬É½¸½Á´ÂΤ䤽¤Î¤µ¤Þ¤¶¤Þ¤ÊÉôʬ¤Ë°ìÃפ·¤¿¥Æ¥¥¹¥È¤òɽ¤¹ ¥Þ¥Ã¥Á¥Ç¡¼¥¿¡Êmatch data¡Ë¤òÄ´¤Ù¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£
• String Search: | Search for an exact match. | |
• Regular Expressions: | Describing classes of strings. | |
• Regexp Search: | Searching for a match for a regexp. | |
• POSIX Regexps: | Searching POSIX-style for the longest match. | |
• Search and Replace: | Internals of query-replace .
| |
• Match Data: | Finding out which part of the text matched various parts of a regexp, after regexp search. | |
• Searching and Case: | Case-independent or case-significant searching. | |
• Standard Regexps: | Useful regexps for finding sentences, pages,... |
‘skip-chars…’¤Ê¤É¤Î´Ø¿ô¤â¤¢¤ë¼ï¤Îõº÷¤ò¹Ô¤¤¤Þ¤¹¡£ See Skipping Characters¡£