Basically i have this regex to parse links in a post:
How do i adjust it so it won't parse anything wrapped in:
Any help would be grand!
Code:
#(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:
Code:
[img][/img]








