When CharacterCollection >> findString:startingAt: is called with a search argument that is an empty string '', it returns 1, rather than 0.
Other Smalltalk implementations of findString:startingAt:, and GemStone's method SequenableCollection >> indexOfSubCollection:startingAt: return 0 for this case.
Last updated: 4/10/09