Forum Discussion
kyleabaker
12 years agoVisitor
Mark,
That's the exact regex that I was trying as well, however, its not doing what we're expecting here. Below is what I see in the debug console when I print Content.Year. Then I execute this regex and print that below. Doesn't seem to be replacing anything and you can see the Ç char is printed for some reason.
Is the "\u2013" being displayed as this Ç character?
That's the exact regex that I was trying as well, however, its not doing what we're expecting here. Below is what I see in the debug console when I print Content.Year. Then I execute this regex and print that below. Doesn't seem to be replacing anything and you can see the Ç char is printed for some reason.
2009 Ç
2009 Ç
Is the "\u2013" being displayed as this Ç character?