This function returns a given text after removing leading and trailing blanks (white spaces and tabs).
Bash
trim(text) #Output: Text
📚 Use cases and examples
| Use case |
|---|
| No content found. |
This function returns a given text after removing leading and trailing blanks (white spaces and tabs).
trim(text) #Output: Text
| Use case |
|---|
| No content found. |