/[emacs]/emacs/lispref/strings.texi
ViewVC logotype

Diff of /emacs/lispref/strings.texi

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

revision 1.37 by rms, Sun Mar 6 18:24:53 2005 UTC revision 1.38 by rms, Sun Apr 17 15:44:33 2005 UTC
# Line 74  a key sequence, you must use a vector in Line 74  a key sequence, you must use a vector in
74  and other modifiers for keyboard input characters.  and other modifiers for keyboard input characters.
75    
76    Strings are useful for holding regular expressions.  You can also    Strings are useful for holding regular expressions.  You can also
77  match regular expressions against strings (@pxref{Regexp Search}).  The  match regular expressions against strings with @code{string-match}
78  functions @code{match-string} (@pxref{Simple Match Data}) and  (@pxref{Regexp Search}).  The functions @code{match-string}
79  @code{replace-match} (@pxref{Replacing Match}) are useful for  (@pxref{Simple Match Data}) and @code{replace-match} (@pxref{Replacing
80  decomposing and modifying strings based on regular expression matching.  Match}) are useful for decomposing and modifying strings after
81    matching regular expressions against them.
82    
83    Like a buffer, a string can contain text properties for the characters    Like a buffer, a string can contain text properties for the characters
84  in it, as well as the characters themselves.  @xref{Text Properties}.  in it, as well as the characters themselves.  @xref{Text Properties}.

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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