ESHAN
Please Help Any Helpless Person
23 February, 2010
Regular Expression To Replace All Mentioned Name With Link
In twitter
Rana vai
gave me a code to replace all mentioned name with link like twitter.
Check that
.
There was 2 problem.
I anyone use '.' after mentioned name then there will be '.' in link.
There will be '@' in link.
Here is a function. I hope it will work perfectly
function link_from_at($string)
{
$status = preg_replace("|@([a-zA-Z0-9]+)*|",'@<a href="\1">\1</a>',$string);
return $status;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment