Manuals/calci/ISLOWER

From ZCubes Wiki
Revision as of 01:51, 9 May 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''ISLOWER(Thing)'''</div><br/> *<math>Thing</math> is the string to test. ==Description== *This function is one of the group in ISFUNCTIONS. *Th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ISLOWER(Thing)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 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 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Thing} 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