Smalltalk
›
Squeak
›
Squeak - Dev
Search
everywhere
only in this topic
Advanced Search
aString intersection: anotherString
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
1 message
marcel.taeumel
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
aString intersection: anotherString
Hi, there!
I understand that Collection >> #intersection: works on a set basis. However, I wonder whether for string operations
'aaaxxxbbb' intersection: 'uxb'
should rather return 'xb' instead of 'xxxbbb'.
Best,
Marcel
Free forum by Nabble
Edit this page