String.st
changeset 23115 84cf8a4b7512
parent 22931 40d042a8dee9
child 23116 ea66dd04ef75
--- a/String.st	Tue Jun 19 14:50:06 2018 +0200
+++ b/String.st	Wed Jun 20 10:09:55 2018 +0200
@@ -562,8 +562,6 @@
 
 
 
-
-
 !String methodsFor:'accessing'!
 
 at:index
@@ -4632,7 +4630,6 @@
     "Modified (comment): / 01-05-2017 / 14:05:41 / cg"
 ! !
 
-
 !String methodsFor:'substring searching'!
 
 caseInsensitiveIndexOfSubCollection:aSubString startingAt:startIndex ifAbsent:exceptionValue 
@@ -5006,7 +5003,6 @@
 
 ! !
 
-
 !String class methodsFor:'documentation'!
 
 version