Please open a ticket

On Wed, Sep 16, 2009 at 11:27 AM, harryh <har...@gmail.com> wrote:

>
> Hrm, MappedEmail is now rejecting e-mails with a - in the part before
> the @.
>
> is %-+ being interpreted as % through + and not % OR - OR + ?
>
> -harryh, who is easily confused by regular expressions
>
> On Aug 26, 7:32 pm, David Pollak <feeder.of.the.be...@gmail.com>
> wrote:
> > Thanks.
> >
> > Changed and pushed to GitHub.  Allow 2 hours for Maven availability.
> >
> > On Wed, Aug 26, 2009 at 4:15 PM, harryh <har...@gmail.com> wrote:
> >
> > > > What's the change to the RegEx?
> >
> > > val emailPattern = Pattern.compile("^[a-z0-9._%-+]+@(?:[a-z0-9-]+\\.)+
> > > [a-z]{2,4}$")
> >
> > > note the addition of the + to the allowed characters before the @
> >
> > > -harryh
> >
> > --
> > Lift, the simply functional web frameworkhttp://liftweb.net
> > Beginning Scalahttp://www.apress.com/book/view/1430219890
> > Follow me:http://twitter.com/dpp
> > Git some:http://github.com/dpp
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to