Re: case sensitivity in strings...
From: Oscar kind (oscar_at_danwa.net)
Date: 11/29/04
- Next message: Danny Gopie: "specific values in loops"
- Previous message: Mick: "Re: <SELECT multiple..."
- In reply to: Frances Del Rio: "Re: case sensitivity in strings..."
- Next in thread: Grant Wagner: "Re: case sensitivity in strings..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Nov 2004 19:24:36 +0100
Frances Del Rio <fdr58@yahoo.com> wrote:
> Mike B wrote:
>>
>>
>> Translate both strings to either upper- or lower-case before you search in
>> the string.
>
> of course.. thank you... I turned them both to lowercase, but if user
> types in "Hamlet" I would like app to return that same Upper-lower
> scheme, well, this might be a small detail... I'm too picky... ;)
Personally, I'd use a seperate, temporary variable for the lowercase
search argument. That way, the original is untouched and can be displayed
as the user entered it.
-- Oscar Kind http://home.hccnet.nl/okind/ Software Developer for contact information, see website PGP Key fingerprint: 91F3 6C72 F465 5E98 C246 61D9 2C32 8E24 097B B4E2
- Next message: Danny Gopie: "specific values in loops"
- Previous message: Mick: "Re: <SELECT multiple..."
- In reply to: Frances Del Rio: "Re: case sensitivity in strings..."
- Next in thread: Grant Wagner: "Re: case sensitivity in strings..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|