Surround Modifier
Surrounds a string with another string.
string: Ν
{{ string | surround('Κ') }}
{{ Statamic::modify($string)->surround('Κ') }}
Κ Ν Κ
Surrounds a string with another string.
string: Ν
{{ string | surround('Κ') }}
{{ Statamic::modify($string)->surround('Κ') }}
Κ Ν Κ