Click to See Complete Forum and Search --> : help with this regex


liamdawe
06-10-2009, 08:26 AM
Basically i have this regex to parse links in a post:

#(http://){1}((www\.)?[a-z][a-z0-9_.-]*\.[a-z]{2,6}[a-zA-Z0-9/.?&%-]*)(\.com|org|us|uk|nl|de|info|me)([a-zA-Z0-9=\;\_\\/\\.\\?&%-]*)#i


How do i adjust it so it won't parse anything wrapped in:




Any help would be grand!