View Single Post
Old 01-17-2013, 01:22 PM   PM User | #6
alykins
Senior Coder

 
alykins's Avatar
 
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
alykins will become famous soon enough
thanks for correction- my regex is not too great... i thought the {0,1} specified the first place on the substring (spec'ing it as an a-zA-Z) and then the + \d part was spec'ing only digits for the substring 1-8 {1,8} making it only 9 chars long... obviously not- so what do the {}'s mean?

Edit: Also are regex's standardized across languages (do you know)?
__________________

I code C hash-tag .Net
Reference: W3C W3CWiki .Net Lib
Validate: html CSS
Debug: Chrome FireFox IE

Last edited by alykins; 01-17-2013 at 04:18 PM..
alykins is offline   Reply With Quote