[Bb-trac] Re: [bbPress] #698: email recognition in posts

bbPress bb-trac at lists.bbpress.org
Tue Jul 17 20:11:35 GMT 2007


#698: email recognition in posts
----------------------+-----------------------------------------------------
 Reporter:  fel64     |        Owner:     
     Type:  defect    |       Status:  new
 Priority:  normal    |    Milestone:     
Component:  Back-end  |      Version:     
 Severity:  normal    |   Resolution:     
 Keywords:            |  
----------------------+-----------------------------------------------------
Comment (by fel64):

 Is someone good at javascript and willing to do it?

 I reckon something like this could be used:

 {{{
 str.replace(/\b([A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4})\b/gi, '<a
 href="mailto:$1">$1</a>');
 }}}

-- 
Ticket URL: <http://trac.bbpress.org/ticket/698#comment:2>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list