Surround Modifier
Surrounds a string with another string.
string: Ν
{{ string | surround('Κ') }}
{{ Statamic::modify($string)->surround('Κ') }}
Κ Ν Κ
Docs Feedback
Submit improvements, related content, or suggestions through Github.
Betterify this page