Show TOC Start of Content Area

Background documentation Is Lower  Locate the document in its SAP Library structure

 

Description

Returns TRUE if string is in lower-case

Syntax

IS_LOWER(s1)

·        s1: a string

Example

IS_LOWER(“Hello World”)     ® FALSE

IS_LOWER(“hello world”)      ® TRUE

 

End of Content Area