String



String inherits from ArrayedCollection and defines no instance variables. It has no subclasses.

Strings can contain only Characters. The printOn: representation surrounds the string with single-quotes. When printing a string for display, you should use #nextPutAll: or #displayString instead.

Many special string methods are missing---#asLowercase, comparisons, #substrings, etc.

Methods defined in String:

Methods for accessing:

Methods for comparing:

Methods for converting:

Methods for copying:

Methods for printing:

Methods for streaming:


Pocket Smalltalk Documentation