[Gd-chatter] r11709 - trunk/libraries/regular-expressions

cgay at gwydiondylan.org cgay at gwydiondylan.org
Mon Feb 25 13:08:32 CET 2008


Author: cgay
Date: Mon Feb 25 13:08:31 2008
New Revision: 11709

Modified:
   trunk/libraries/regular-expressions/interface.dylan
Log:
job: minor
comment


Modified: trunk/libraries/regular-expressions/interface.dylan
==============================================================================
--- trunk/libraries/regular-expressions/interface.dylan	(original)
+++ trunk/libraries/regular-expressions/interface.dylan	Mon Feb 25 13:08:31 2008
@@ -321,7 +321,8 @@
 end method regex-search;
 
 // Like regex-search, but returns a string or #f for each group in the regular
-// expression, instead of a <regex-match>.
+// expression, instead of a <regex-match>.  Note that group 0, the entire match,
+// is included as the first value.
 define sealed generic regex-search-strings
     (pattern :: <object>, string :: <string>,
      #key anchored :: <boolean>,



More information about the chatter mailing list