Run a find and replace regex on a string of content.
description: This cat video is the best thing ever.
{{ description | regex_replace('best', 'okayest') }}
This cat video is the okayest thing ever.
regex_replace
ModifierRun a find and replace regex on a string of content.
description: This cat video is the best thing ever.
{{ description | regex_replace('best', 'okayest') }}
This cat video is the okayest thing ever.
Submit improvements, related content, or suggestions through Github.
Betterify this page →