In hexadecimal representation:
A = 0x41, a = 0x61 ...
All lowercase letters = uppercase + 0x20
0x20 = 32.



________________________________
From: Karl DeSaulniers <[email protected]>
To: Flash Coders List <[email protected]>
Sent: Thu, June 17, 2010 3:56:17 AM
Subject: Re: [Flashcoders] regExp

Nice! Thank you.


On Jun 17, 2010, at 2:49 AM, Steven Sacks wrote:

> http://www.asciitable.com/
> 
> a-z = 97-122
> A-Z = 65-90
> 
> 97 - 65 = 32
> 
> a-z = 26 letters
> A-Z = 26 letters
> 0-9 = 10 numbers
> 
> 26 + 26 + 10 = 62
> 
> 
> On 6/16/2010 11:15 PM, Karl DeSaulniers wrote:
>> Ah thanks Steve.
>> So is 97 to 123 the placement of upper and lowercase letters and the
>> numbers on the CharCode chart?
>> and are the upper and lowercase letters 32 letters apart on the chart?
>> Trying to understand where you got these values. Your solution is very
>> good and interesting to me.
>> Also, why random off of 62? Is that the total characters in the array
>> alphaNumeric?
>> Thank you for this.
>> 
>> Karl
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Karl DeSaulniers
Design Drumm
http://designdrumm.com

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



      
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to