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.

spacify

{{$text|spacify}} 

Arguments

ArgumentDescription
1The character to be added between each character in the target text, a space by default.

Examples

upper

{{"Today"|spacify}} T o d a y
{{"Today"|spacify:"-"}} T-o-d-a-y
{{"12345"|spacify:":"}} 1:2:3:4:5