I’m having an issue that I can’t seem to solve myself. I have the following code below:
var symbol = {
heart: /<3/gm,
};
I’m trying to search for the heart text symbol but I it can’t find it upon searching text. What am I doing wrong here? Thanks.
You can try
<in place of<