[Newbies] determine if a String contains a String

Rob Rothwell r.j.rothwell at gmail.com
Sun Sep 28 14:56:00 UTC 2008


Thanks...you're just all over the place today, aren't you?
Rob

On Sun, Sep 28, 2008 at 10:54 AM, Janko Mivšek <janko.mivsek at eranova.si>wrote:

>
>
> Rob Rothwell wrote:
>
>> While we are on the subject, is there an easy way to replace a substring
>> with another one?  I couldn't figure out any other way than to collect: the
>> substrings and then put them back together...
>>
>
>
>  aString copyReplaceAll: 'substring' with: 'another'
>
>
> Janko
>
>
>
>> Rob
>>
>> On Sun, Sep 28, 2008 at 10:27 AM, Norbert Hartl <norbert at hartl.name<mailto:
>> norbert at hartl.name>> wrote:
>>
>>    On Sun, 2008-09-28 at 09:12 -0500, Mark Volkmann wrote:
>>     > 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.
>>     >
>>     > ---
>>    string includesSubstring: 'substring'
>>
>>    Norbert
>>
>>    _______________________________________________
>>    Beginners mailing list
>>    Beginners at lists.squeakfoundation.org
>>    <mailto:Beginners at lists.squeakfoundation.org>
>>    http://lists.squeakfoundation.org/mailman/listinfo/beginners
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>>
>
> --
> Janko Mivšek
> AIDA/Web
> Smalltalk Web Application Server
> http://www.aidaweb.si
>
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20080928/04bf1b49/attachment-0001.htm


More information about the Beginners mailing list