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 1.0.

...

Excerpt

Returns the length of the provided string, 0 if the string is null or has no chars.

Parameters

Parameter name

Type

Required

Description

str

string

Yes

Specifies a character expression

for which LENGHT

the Length() returns the number of characters for.

Return type

number

Example

Code Block
wlen = length("This text is <wlen> characters long");
print("LenghtLength is " + wlen);

Print Lenght Length is 35

See also

Filter by label (Content by label)
showLabelsfalse
max100
showSpacefalse
cqllabel = "string_routines"
labelsstring_routines

...