String matching: Difference between revisions

Line 1,615:
<lang smalltalk>a startsWith: b
a includesSubCollection: b
sa endsWith: b
a indexOfSubCollection: b
a indexOfSubCollection: b startingAt: pos</lang>
Anonymous user