simonewebdesign / real-time-web-chat

A chat server and client built with Node, Socket.io, Express and MongoDB. Hosted on OpenShift
3 stars 0 forks source link

Only the first occurrence of a type of emoticon gets rendered #44

Closed nicky1525 closed 8 years ago

nicky1525 commented 10 years ago

If you write :) :) only the first one gets rendered.

simonewebdesign commented 8 years ago

I think the regex stops at the first occurrence. We should fix it so that it will replace all the occurrences in a message.

prayashm commented 8 years ago

Can I work on this?

simonewebdesign commented 8 years ago

@prayashm Sure! Go for it :)