This function returns a given text after removing leading and trailing blanks (white spaces and tabs).
Bash
trim(text) #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns: Hello World! |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
text |
text |
Any given text. |
Output
This function returns a text
(books) Use cases and examples
| Use case |
|---|
| No content found. |