aichaos / rivescript-js

A RiveScript interpreter for JavaScript. RiveScript is a scripting language for chatterbots.
https://www.rivescript.com/
MIT License
377 stars 144 forks source link

Casing issue trigger variables * variables RS object #290

Open lynxionxs opened 6 years ago

lynxionxs commented 6 years ago

Hi i want to make triggers that converts base64 text to string again, but the base64 string is forced to lowercase. The variable is dgvkzhk= but should be dGVkZHk=. Why is variables still forced to lowercase , or not an option or prop that keeps the original casing, like ** for special variables to keep the casing for the variable?