logo
Search
showing results for - "how to make a check if letters are capital in discord js"
Steven
26 Sep 2018
1var test = "HELLO";
2var upper = test.toUpperCase();
3
4return test === upper; // true
5
6// other example
7
8var test = "Hello";
9var upper = test.toUpperCase();
10
11return test === upper; // false
12
source
similar questions
how to check if a user sent a message in discord jsbots latency discord jsdiscord js bot presencehow to check if user is typing discord jsdiscord js get the message beforesetpresence discord jshow to read if a person has send a message on discord jsdiscord js checkerif statement discord jscheck to see if work is uppercase javascriptsee if discord message is in dm discord jsdiscord js wait secondscheck ratelimit discord jshow to make data title case in discord jshow to edit message discord jscheck if message mentions users discord jsdiscord js presence updatediscord js bad word filterdiscord js auto changing statushow to check if a letter is capital in javascript
queries leading to this page
how to make a check if letters are capital in discord jshow to make a check if 50 25 of letters are capital in discord jshow to make a check if letters are capital in discord js
privacy policyterms of useinstagram
Crafted with  ♥  for everyone

sign in to continue
your answer for
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
sign in to continue
ask question on maxinterview
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content
please be clear, to the point and respectful
sign in to continue