HI Rodrick Brown,

Yes I realize that how my previous mail has made such a inconvenience to you and all the wisdoms of perl community .........Really I regret for the inconvenience..... On thinking of more grisp what I was comming to ask , my way of asking questions was differed. Thanks for ur comments..Anyhow ur comments make me more sharp while discussing in the forums also people like me .


Thanks and Regards,
Boniface


On Tue, 13 Nov 2007 07:14:48 -0500
 "Rodrick Brown" <[EMAIL PROTECTED]> wrote:
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


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to