Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smilies & emojis #2

Closed
nogweii opened this issue Mar 15, 2015 · 2 comments · Fixed by #7
Closed

Smilies & emojis #2

nogweii opened this issue Mar 15, 2015 · 2 comments · Fixed by #7
Assignees
Milestone

Comments

@nogweii
Copy link

nogweii commented Mar 15, 2015

A really common use case for regexes I find online is trying to find & replace all of the emojis in a free form text document with images. However, the quality of the regex varies each time, most often running into issues replacing smiley-like text in places it shouldn't be.

For instance, given a series of smiles: :), :(, and :/. One issue is :/ and full URLs. The regex shouldn't match on http://github.com but many do.

@vladimir-tikhonov
Copy link
Owner

done #7

@nogweii
Copy link
Author

nogweii commented Mar 18, 2015

Very cool, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants