redarrow Posted April 3, 2006 Share Posted April 3, 2006 Hi all iam currently learnig regular exspressions, Can some one kindly post the code for a ereg email exspression and exsplain it so i can study it cheers.example[code]me@somethink.com"^[A-Z a-z](@)[A-z a-z].()[A-Z a-z]$"[/code]^ = At beginig[A-Z a-z] large and small letters(@) = letter @[A-Z a-z] large and small letters. = wild card() letters for wild card[A-Z a-z] large and small letters$ = end of lettersThis is for email in ereg format me@somthink.com Quote Link to comment Share on other sites More sharing options...
toplay Posted April 3, 2006 Share Posted April 3, 2006 You can find lots of differnt ones at:[a href=\"http://www.regexlib.net\" target=\"_blank\"]http://www.regexlib.net[/a]Very nice site:[a href=\"http://www.regular-expressions.info\" target=\"_blank\"]http://www.regular-expressions.info[/a]Great program and worth the $30 USD price:[a href=\"http://regexbuddy.com\" target=\"_blank\"]http://regexbuddy.com[/a] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.