I am trying to find a way to replace some special strings with their relative smileys.
for example replace \ue40a with <img src="image/path"/>
and replace \ue53c with <img src="image/path/2"/>
How can I find , in a given text , each string that begins with \ue and get the three next characters and then replace them by an img tag ?
Thank you for your help !