April 8, 2011
3:57 p.m.
Comment #2 on issue 3971 by DougEdmu...@gmail.com: OBSystemBrowserAdaptor does not correctly find classes http://code.google.com/p/pharo/issues/detail?id=3971 A substring starts at a specified character position and has a specified length. The characters that form a substring are contiguous. "heat" is a substring of "theater", as is "the" and "ate". "tear" is not a substring is not a substring. http://msdn.microsoft.com/en-us/library/system.string.substring.aspx http://www.w3schools.com/jsref/jsref_substring.asp Call it a 'feature' if you insist, but don't call it a substring. Personally it may as well be an anagram.