CharacterArray.st
changeset 1312 0003988bb066
parent 1311 367f740d21e7
child 1333 d3fdca956f0d
equal deleted inserted replaced
1311:367f740d21e7 1312:0003988bb066
  1944      '      ' asCollectionOfWords
  1944      '      ' asCollectionOfWords
  1945     "
  1945     "
  1946 !
  1946 !
  1947 
  1947 
  1948 asComposedText
  1948 asComposedText
       
  1949     "ST-80 compatibility 
       
  1950      - ST/X does not (as today) support composedTexts."
       
  1951 
  1949     ^ ComposedText fromString:self
  1952     ^ ComposedText fromString:self
       
  1953 
       
  1954     "Modified: 27.4.1996 / 13:30:30 / cg"
  1950 !
  1955 !
  1951 
  1956 
  1952 asFilename
  1957 asFilename
  1953     "return a Filename with pathname taken from the receiver"
  1958     "return a Filename with pathname taken from the receiver"
  1954 
  1959 
  2127      'HelloWorld' asUppercaseFirst   
  2132      'HelloWorld' asUppercaseFirst   
  2128     "
  2133     "
  2129 !
  2134 !
  2130 
  2135 
  2131 string
  2136 string
       
  2137     "return the receiver - for ST-80 compatibility"
       
  2138 
  2132     ^ self
  2139     ^ self
       
  2140 
       
  2141     "Modified: 27.4.1996 / 13:29:30 / cg"
  2133 !
  2142 !
  2134 
  2143 
  2135 tokensBasedOn:aCharacter
  2144 tokensBasedOn:aCharacter
  2136     "this is an ST-80 alias for the ST/X method
  2145     "this is an ST-80 alias for the ST/X method
  2137 	asCollectionOfSubstringsSeparatedBy:"
  2146 	asCollectionOfSubstringsSeparatedBy:"
  3671 ! !
  3680 ! !
  3672 
  3681 
  3673 !CharacterArray class methodsFor:'documentation'!
  3682 !CharacterArray class methodsFor:'documentation'!
  3674 
  3683 
  3675 version
  3684 version
  3676     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.80 1996-04-27 11:25:31 cg Exp $'
  3685     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.81 1996-04-27 11:35:05 cg Exp $'
  3677 ! !
  3686 ! !