|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
url recognition in msg body
i am just trying to see how this are converted to links:
if some of them dont work, maybe u could modify your regex pattern... www.example.com http://www.example.com ftp://ftpd.example.com mailto:me@myself.com http://blah.example.com www.xmpl.info http://foo.bar www.php-with-dashes.net http://php.net/with-dashes-2 www.e.com/path.to/script.php http://pe.com/blah?query+me www.oo.oo/index.php?var=val&user=code+walker%20two http://codewalkers.com/forum/index.php?forum=sitesupport&realm=default |
|
#2
|
|||
|
|||
|
RE: url recognition in msg body
i can't belive this!
i am positive that in some of my posts, forum software automaticly converted some urls into links with <a href="... i don't understand why this urls didn't get converted! |
|
#3
|
|||
|
|||
|
RE: url recognition in msg body
i am still puzled! here is a quote from my other post, which did turn url to link:
anyway, look at http://php.net/features.commandline for more... http://php.net/features.comman |
|
#4
|
|||
|
|||
|
RE: url recognition in msg body
i think i understand it now. if url is writen as the only text on the line, it doesn't get converted, probably because regex pattern looks for spaces before and after url, when it should look for any word separator, i think that any non-word char would do with "W"
so, here it is again, with spaces before and after www.example.com http://www.example.com ftp://ftpd.example.com mailto:me@myself.com http://blah.example.com www.xmpl.info http://foo.bar www.php-with-dashes.net http://php.net/with-dashes-2 www.e.com/path.to/script.php http://pe.com/blah?query+me www.oo.oo/index.php?var=val&user=code+walker%20two http://codewalkers.com/forum/index.php?forum=sitesupport&realm=default |
|
#5
|
|||
|
|||
|
RE: url recognition in msg body
ok! that's better matt.
only mailto: didn't get converted, but it is not that important. what is more important is that u change regex pattern to recognise urls when they are only text on the line... |
|
#6
|
|||
|
|||
|
RE: url recognition in msg body
see how this works...
me@somewhere.com |
![]() |
| Viewing: Codewalkers Forums > Forum Information > Suggestions & Feedback > url recognition in msg body |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|