Spacify is a way to insert a space between every character of a variable. You can optionally pass a different character or string to insert.
Note
spacify
{{$text|spacify}}
Arguments
Argument | Description |
---|---|
1 | The character to be added between each character in the target text, a space by default. |
Examples
Example
upper
{{"Today"|spacify}} T o d a y
{{"Today"|spacify:"-"}} T-o-d-a-y
{{"12345"|spacify:":"}} 1:2:3:4:5 copy
Please log in or register to submit a comment.