CharacterArray.st
changeset 13310 a30fd73221bb
parent 13201 848ccc41fc90
child 13327 9bfd3ddd5110
--- a/CharacterArray.st	Tue Feb 22 11:31:58 2011 +0100
+++ b/CharacterArray.st	Wed Feb 23 18:09:02 2011 +0100
@@ -1508,6 +1508,7 @@
 ! !
 
 
+
 !CharacterArray methodsFor:'character searching'!
 
 includesMatchCharacters
@@ -4679,6 +4680,7 @@
     "Modified: 17.4.1997 / 12:50:23 / cg"
 ! !
 
+
 !CharacterArray methodsFor:'special string converting'!
 
 expandPlaceholdersWith:argArrayOrDictionary
@@ -5854,11 +5856,11 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.446 2011-01-09 09:38:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.447 2011-02-23 17:09:02 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.446 2011-01-09 09:38:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.447 2011-02-23 17:09:02 stefan Exp $'
 ! !
 
 CharacterArray initialize!