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