RosettaCodeData/Task/String-matching/Smalltalk/string-matching.st
2015-02-20 09:02:09 -05:00

5 lines
125 B
Smalltalk

a startsWith: b
a includesSubCollection: b
a endsWith: b
a indexOfSubCollection: b
a indexOfSubCollection: b startingAt: pos