I\'m writing a small PHP script to grab the latest half dozen Twitter status updates from a user feed and format them for display on a webpage. As part of this I need a rege
I have devised this: /(^|\s)#([[:alnum:]])+/gi
/(^|\s)#([[:alnum:]])+/gi