Surrounds a string with another string.
string: ͜
{{ string | surround('ʘ') }}
{{ Statamic::modify($string)->surround('ʘ') }}
ʘ ͜ ʘ
surround
ModifierSurrounds a string with another string.
string: ͜
{{ string | surround('ʘ') }}
{{ Statamic::modify($string)->surround('ʘ') }}
ʘ ͜ ʘ
Submit improvements, related content, or suggestions through Github.
Betterify this page →