[Newbies] determine if a String contains a String

Mark Volkmann mark at ociweb.com
Sun Sep 28 14:12:30 UTC 2008


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






More information about the Beginners mailing list