Skip to content

String.Trim

Name Mandatory Description Default Type
⬅️ Input The string to trim. String
Output ➡️ The input string with all leading and trailing whitespace characters removed. String

This shard removes all leading and trailing whitespace characters from the input string and outputs the trimmed string.