What's the recommended way to determine if a String contains another String?
I found one way.

'*substring*' matches: string

I'm sure I could use a regular expression, but that seems like overkill.
At first I thought I should use include: or contains: from Collection, but apparently not.

---
Mark Volkmann




_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to