Is there any LookupTable or Dictionary that has case insensitive string as keys?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Is there any LookupTable or Dictionary that has case insensitive string as keys?

Louis LaBrunda

Hi Guys,

Is there any LookupTable or Dictionary that has case insensitive string as keys?  I know I can make something work but if it's already there, why not use it.

Lou


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Is there any LookupTable or Dictionary that has case insensitive string as keys?

Louis LaBrunda

Hi All,

Well I think the answer is no.  It turns out for my case I could lower case the key for storage and retrieval.  The original key is in the value, so I get it from there in the few places I want it.

Lou


On Monday, June 16, 2014 10:42:42 AM UTC-4, Louis LaBrunda wrote:

Hi Guys,

Is there any LookupTable or Dictionary that has case insensitive string as keys?  I know I can make something work but if it's already there, why not use it.

Lou


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.