Answer the question
In order to leave comments, you need to log in
How to make javascript/node.js ignore case?
I am writing a bot for VKontakte.
You need to ignore the case when entering a command, you don’t want to write each command in your register with a crutch. For example "hello" "hello" "hello" and so on..
if (msg.body == "Привет" && msg.from_id !== userid)
msg.send("Привет");
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question