Open thecreativefactory opened 10 years ago
Is it possible to have a space inserted right after the emoji has been added?
Thanks
@thecreativefactory Did you get it working?
Here is what I did in javascript to my form data just before submission.
str.replace(/(:+([a-z])+:)/g, ' $1 ');
Is it possible to have a space inserted right after the emoji has been added?
Thanks