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.

Use this step

Example

Input

A B C 1 2 3

Output

ABC123