Returns a boolean value denoting whether the input string is all uppercase
Returns true
isUppercase("FOO");
Returns false
isUppercase("Foo");
Generated using TypeDoc
Returns a boolean value denoting whether the input string is all uppercase
Example
Returns true
Example
Returns false