Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

isLower(str)

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Returns "true" if the provided argument stris a string containing only lowercase letters.

Returns "true" if the provided argument stris a string containing only lowercase letters.

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

str

String

Yes

Specifies a character expression.

Return Type

Boolean (true/false)

Examples

Example 1

Code Block
languagejs
wret = isLower("foobar");
print(wret);

Print true

Example 2

Code Block
languagejs
wret = isLower("aaa2345f.ff");
print(wret);

Print false

Example 3

Code Block
languagejs
wret = isLower("");
print(wret);

Print false

Note

isLower returns "false" if the character string str contains blanks or special characters or is a null string.

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "string_routine" and space = currentSpace ( )
labelsarray_routines