Open
Description
$
immediately followed by any characters will cause an error when used in a json array. The error is Uncaught TypeError: Cannot read property '2' of undefined in simpleParse js file.
$1, $2, $3 are placeholders for the library so it seems $4500
causes an error whereas $ 4500
doesn't cause any issues. Replacing$
with $
doesn't solve the issue.
How does one escape $
in a message then?