Hi I found a lot of email validating scripts on the net, but I would like a tutorial that would teach me how to make my own custom script. Does anyone know of a good tutorial.
I only need to validate the first part of an email address in the format "john.doe"
So I want to make my own to apply specificly to this.
I just don't understand the /^(\w¦\-¦\_¦\.)+\@((\w¦\-¦\_)+\.)+[a-zA-Z]{2,}$/) part of email validating scrips so I need a tutorial that teaches you how to write that part.
Thanks,
MaxGeek
I only need to validate the first part of an email address in the format "john.doe"
So I want to make my own to apply specificly to this.
I just don't understand the /^(\w¦\-¦\_¦\.)+\@((\w¦\-¦\_)+\.)+[a-zA-Z]{2,}$/) part of email validating scrips so I need a tutorial that teaches you how to write that part.
Thanks,
MaxGeek