Gummo commented on a Page, Chat Acronym Lookup   -  Feb 02, 2010

Your regex will allow for multiple words as the search query, while the actual code only uses the first word. Edit: To clarify, it also puts all the words into the sockmark.
Your regex should probably instead be:

/^@acro\s(\S+)$/iS

Or perhaps simply remove spaces from $regml(1) when you create the sockmark.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.