Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Replace

M. Mikkel Rummelhoff edited this page Sep 30, 2015 · 1 revision

Replace is a simple wrapper for preg_replace.

Usage

{{ string|retconReplace('/\s*$/m') }}
{{ string|retconReplace('/\s*$/m', '<br/>')|raw }}

Parameters

@pattern String
Pattern to search for

@replace String
Optional, default ''