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

Space after emoji #11

Open
thecreativefactory opened this issue Aug 20, 2014 · 2 comments
Open

Space after emoji #11

thecreativefactory opened this issue Aug 20, 2014 · 2 comments

Comments

@thecreativefactory
Copy link

Is it possible to have a space inserted right after the emoji has been added?

Thanks

@waqasy
Copy link

waqasy commented Dec 14, 2015

@thecreativefactory Did you get it working?

@waqasy
Copy link

waqasy commented Dec 16, 2015

Here is what I did in javascript to my form data just before submission.

str.replace(/(:+([a-z])+:)/g, ' $1 ');

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

No branches or pull requests

2 participants