Manuals/calci/ISLOWER

ISLOWER(Thing)


  • is the string to test.

Description

  • This function is one of the group in ISFUNCTIONS.
  • The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
  • ISLOWER function can be used to check the given string is lowercase or not.
  • This function gives the result as only TRUE or FALSE.
  • The result is TRUE when the   value is lowercase, else the result is FALSE.
  • Calci gives an error if the argument is non-text value such as numbers, logical values or special characters.


Examples

  1. =ISLOWER("a") = TRUE
  2. =ISLOWER("BLACK") = FALSE
  3. =ISLOWER(0) = ERROR
  4. =ISLOWER("CReam") = FALSE
  5. =ISLOWER(1+5) = ERROR


Related Videos

LOWER FUNCTION

See Also

References

Is Function