case sensitivity in strings...
From: Frances Del Rio (fdr58_at_yahoo.com)
Date: 11/28/04
- Next message: phenom: "a little help please"
- Previous message: Mike B: "Re: Can't compile (text to graphic window)"
- Next in thread: Mike B: "Re: case sensitivity in strings..."
- Reply: Mike B: "Re: case sensitivity in strings..."
- Reply: Hal Rosser: "Re: case sensitivity in strings..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 28 Nov 2004 17:04:59 -0500
this seems like somthing so simple, but I can't figure it out... I have
a little app that consists basically of a string being displayed and app
tests whether or not user typed in a substring of that string...
(complete code at www.francesdelrio.com/hamlet.html)
but: I would like this to be non-case-sensitive.. the way it is now if
user types 'hamlet' instead of 'Hamlet' it returns that that substring
is not found in the string... how do I say: if(Str.indexOf(useript)
REGARDLESS OF CASE...... like you can do with CompareTo() method... I
don't see the possibility of doing this w/indexOf in API.. thanks for
any help.. Frances
- Next message: phenom: "a little help please"
- Previous message: Mike B: "Re: Can't compile (text to graphic window)"
- Next in thread: Mike B: "Re: case sensitivity in strings..."
- Reply: Mike B: "Re: case sensitivity in strings..."
- Reply: Hal Rosser: "Re: case sensitivity in strings..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|