Check If a String is in Uppercase in JavaScript or Node.js
JavaScript is missing a method to detect whether a given input is a string value in uppercase format. What’s existing are methods allowing us to create our own isUpperCase utility method. This tutorial shows you how to create a method detecting whether an input is in uppercase. {{outline}} Determine …
Continue Reading