AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Uppercase strings passed into Objects
 
 

Has anyone had success passing user generated strings into objects and retaining their uppercase characters? Everything is converted to lowercase by the RS compiler. rs = Rivescript(utf8=True) only helps you pass in punctuation and symbols but not uppercase letters. I’ve taken a shot at tweaking the source to allow this but to no effect. Any ideas? An example of my use case is that I need to preserve the exact case of a string a user submits to a bot that is processed through an object and stored in a database. Thanks

 

 
  login or register to react