RosettaCodeData/Task/String-matching/Smalltalk/string-matching.st

6 lines
125 B
Smalltalk
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
a startsWith: b
a includesSubCollection: b
a endsWith: b
a indexOfSubCollection: b
a indexOfSubCollection: b startingAt: pos