comment/format in: #hasAnyRegexMatches:ignoringCase:
authorClaus Gittinger <cg@exept.de>
Mon, 13 Dec 2010 11:42:56 +0100
changeset 13170 00f54fb7ef31
parent 13169 cbf8fcaf8bbf
child 13171 a81a33376695
comment/format in: #hasAnyRegexMatches:ignoringCase:
CharacterArray.st
--- a/CharacterArray.st	Mon Dec 13 11:03:12 2010 +0100
+++ b/CharacterArray.st	Mon Dec 13 11:42:56 2010 +0100
@@ -4113,6 +4113,8 @@
      '1234 abcd 3456 defg' hasAnyRegexMatches:'[0-9]+'   
      'abcd 3456 defg' hasAnyRegexMatches:'[0-9]+'        
      'abcd xxax defg' hasAnyRegexMatches:'[0-9]+'        
+     'arith [arc]' hasAnyRegexMatches:'(ab)+'        
+     'arith [arc]' hasAnyRegexMatches:'(ab)*'        
     "
 
     "Created: / 13-12-2010 / 11:03:05 / cg"
@@ -5852,11 +5854,11 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.444 2010-12-13 10:03:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.445 2010-12-13 10:42:56 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.444 2010-12-13 10:03:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.445 2010-12-13 10:42:56 cg Exp $'
 ! !
 
 CharacterArray initialize!