This function converts a given text with all its characters to lower case.
Bash
toLowerCase(text) #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns: hello world! |
|
Bash
|
This example returns: jira workflow toolbox! |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
Any given text. |
Output
This function returns a text
If you want to convert the given text to upper case, have a look at the toUpperCase() function.
(books) Use cases and examples
| Use case |
|---|
| No content found. |