Re: [PHP] regular expression question
- From: per@xxxxxxxxxxxx (Per Jessen)
- Date: Fri, 31 Aug 2007 20:32:19 +0200
Matthew Lasar wrote:
But I don't understand why the second half of the regular expression
works. I'm talking about this part:
@([-a-z0-9]+\.)+[a-z]{2,}/";
why is it able to detect repeated sections of the email address after
"@" that are separated by periods? like "@email.alaska.com" . It
looks to me like it's only looking for one example of that pattern.
Does the "()" allow an unlimited number of patterns to pass?
No, but the following '+' does.
/Per Jessen, Zürich
.
- Follow-Ups:
- Re: [PHP] regular expression question
- From: Matthew Lasar
- Re: [PHP] regular expression question
- References:
- regular expression question
- From: Matthew Lasar
- regular expression question
- Prev by Date: regular expression question
- Next by Date: Re: [PHP] regular expression question
- Previous by thread: regular expression question
- Next by thread: Re: [PHP] regular expression question
- Index(es):