Remove spaces
Remove spaces from text
Removes spaces from text. Use it for codes, identifiers, or short strings that should not contain spaces. If you only need to trim line edges, use the trim step instead.
Example
Input
A B C 1 2 3
Output
ABC123
Remove spaces from text
Removes spaces from text. Use it for codes, identifiers, or short strings that should not contain spaces. If you only need to trim line edges, use the trim step instead.
A B C 1 2 3
ABC123