Does anyone have any code that validation with an email submitted is valid (checks for invalid characters, at least 1 @ sign and perhaps ',' delimited where there are multiple email addresses?
Also, how do you check for a string of characters within a string? I tried using the match() but am having little luck.
Any suggestions PLEASE!!!
Also, how do you check for a string of characters within a string? I tried using the match() but am having little luck.
Any suggestions PLEASE!!!
Comment