Hello,
I have enabled #hashtags on my forum... here's the replacement code:
How can I make it so hashtags CANNOT begin with a NUMBER (0-9), but can begin with a-zA-Z_?Code php:$string = preg_replace('/(^|\s)#(\w*[a-zA-Z0-9_]+\w*)/', '\1<a href="http://mysite.com/link_to_hash/\2">#\2</a>', $string)
Thanks!



Reply With Quote



Bookmarks