Forum Discussion

kyleabaker's avatar
kyleabaker
Visitor
12 years ago

JSON and Regex Escape Characters

I'm parsing a JSON response and am finding that some year strings are returned with the following format in JSON: ...,"Year":"2009\u2013",... When I set year = Content.Year I'd like to replace t...