Regular Expressions

its not really a flash or AS question but does this seem right not so much the syntax but wether or not i checking for the right info in an email ect…

checkPostal = /^[ABCEGHJKLMNPQRSTVXY][\d][A-Z][\s|-][\d][A-Z][\d]$/;

checkEmail = /^[a-zA-Z][\w-.]+[@]{1}[a-zA-Z0-9]+([.][\w]+)*[.][\w]{2,4}$/;

thx

i would post that in the scripting section of the forum. it deals with coding languages other than flash’s actionscript

http://www.kirupaforum.com/forumdisplay.php?s=&forumid=11