5 lines
125 B
Smalltalk
5 lines
125 B
Smalltalk
a startsWith: b
|
|
a includesSubCollection: b
|
|
a endsWith: b
|
|
a indexOfSubCollection: b
|
|
a indexOfSubCollection: b startingAt: pos
|