Package-level declarations

Functions

Link copied to clipboard
.capitalize string:{String} -> String

Capitalizes the first character of a string.

Link copied to clipboard
.concatenate a:{String}
with:{String}
if:{Boolean = true}
-> String

Concatenates two strings if a condition is met.

Link copied to clipboard
.isempty string:{String} -> Boolean

Checks if a string is empty.

Link copied to clipboard
.isnotempty string:{String} -> Boolean

Checks if a string is not empty.

Link copied to clipboard
.lowercase string:{String} -> String

Converts a string to lowercase.

Link copied to clipboard
.string value:{String} -> String

Creates a string.

Link copied to clipboard
.uppercase string:{String} -> String

Converts a string to uppercase.