# Surround

Surrounds a string with another string.

```yaml
string:  ͜
```

::tabs

::tab antlers
```antlers
{{ string | surround('ʘ') }}
```
::tab blade
```blade
{{ Statamic::modify($string)->surround('ʘ') }}
```
::

```html
ʘ ͜ ʘ
```
