Re: Finding out if a given character is in UpperCase, LowerCase or Numeric
- From: Sinna <news4sinna_NOSPAM@xxxxxxxxxx>
- Date: Wed, 02 Jul 2008 08:30:26 +0200
Tony Proctor wrote:
Being pedantic, most of the replies to your question are not totally accurate. If all you're interested in is A-Z and a-z then they'll do. However, be aware that other languages based on the Latin alphabet may have diacritical marks (aka accents) and so simply looking at A-Z will not work.That's why I stated in my reply that I was only covering ANSI/ASCII. Now I read your reply, I should have said: ASCII-7.
For instance, consider A with an acute accent. Chr$(193) is the uppercase and Chr$(225) is the lowercase.
Sinna
.
- Follow-Ups:
- Re: Finding out if a given character is in UpperCase, LowerCase or Numeric
- From: Tony Proctor
- Re: Finding out if a given character is in UpperCase, LowerCase or Numeric
- References:
- Re: Finding out if a given character is in UpperCase, LowerCase or Numeric
- From: Tony Proctor
- Re: Finding out if a given character is in UpperCase, LowerCase or Numeric
- Prev by Date: Re: Finding out if a given character is in UpperCase, LowerCase or Numeric
- Next by Date: Re: Finding out if a given character is in UpperCase, LowerCase or Numeric
- Previous by thread: Re: Finding out if a given character is in UpperCase, LowerCase or Numeric
- Next by thread: Re: Finding out if a given character is in UpperCase, LowerCase or Numeric
- Index(es):