On Nov 13, 2007 4:33 AM, <[EMAIL PROTECTED]> wrote: > HI > > > my conditions are > > > //Code length rule (Min - 6 and Max-8) > > //leftmost character must be alpha character rule > > //first character of inward code must be numeric rule > > //second character of inward code must be alpha rule > > //third character of inward code must be alpha rule > > //space in position length-3 rule > > //only one space rule > > (i.e) NOV 1GR > > > my regex is > ^[a-z]{2,4}\s(\d\w+){3})!gi; > > > Can u correct my error.thanks...............
What ever happened to asking questions like a human being? I almost wanted to help you, almost... but this ridiculous email just turned me off. > > > Regards, > Boniface....... > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > http://learn.perl.org/ > > > -- Rodrick R. Brown http://www.rodrickbrown.com