Skip to content

Commit

Permalink
Merge pull request #2 from cremno/fix-conversion-of-emoji-names-conta…
Browse files Browse the repository at this point in the history
…ining-0

fix conversion of emoji names containing 0
  • Loading branch information
mrowa44 committed Jul 25, 2015
2 parents 8e7565a + e618a56 commit 861c264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emojify
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


# Regex for emoji names like :sparkling_heart:
regex=':([A-Za-z1-9_])+:'
regex=':([A-Za-z0-9_])+:'

# Gets emoji from 'hash'
# Returns raw emoji character or word
Expand Down

0 comments on commit 861c264

Please sign in to comment.