Skip to content

Commit

Permalink
Fix conversion of emoji names containing 0 💯
Browse files Browse the repository at this point in the history
  • Loading branch information
cremno committed Jul 25, 2015
1 parent 8e7565a commit e618a56
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 e618a56

Please sign in to comment.