Versions Compared

Key

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

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Info
titleAvailability

This routine is available starting with katl-commons SIL Engine™ 2.5 for Jira 5.x.

Syntax

toLower(string)

...

Returns the given string that has it's letters converted to lower case. If the string contains other characters than letters the chars that are not letters will not be converted.

Parameters

Parameter name

Type

Required

Description

string

string

Yes

Specifies a character expression that will be converted to lower case.

Return type

string

Example

Example 1

...