Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created May 7, 2015 09:54
Show Gist options
  • Save workmad3/67e3c2948bd8a1bc1fbe to your computer and use it in GitHub Desktop.
Save workmad3/67e3c2948bd8a1bc1fbe to your computer and use it in GitHub Desktop.
class Tag
HASH_TAG = /#[a-z]\w*/
USER_TAG = /@\w+/
TAG_REGEXP = /(#{HASH_TAG}|#{USER_TAG})/
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment