diy / jquery-emojiarea

A rich textarea control that supports emojis, WYSIWYG-style.
298 stars 87 forks source link

Space after emoji #11

Open thecreativefactory opened 9 years ago

thecreativefactory commented 9 years ago

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

Thanks

waqasy commented 8 years ago

@thecreativefactory Did you get it working?

waqasy commented 8 years ago

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

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