Radical Design Course by Jack McDade

From the creator of Statamic

Learn how to make your websites standout and be remembered.

Bought Jack McDade's course on design. Going through it now...and it is SO well done!

— Justin Jackson, Transistor.fm

regex_mark Modifier

Wrap any regex matches in <mark> tags to highlight them on the page.

description: This cat video is the okayest thing ever.
{{ description | regex_mark('cat video|thing') }}
{{ description | regex_mark('video', 'class:highlight') }}
This <mark>cat video</mark> is the okayest <mark>thing</mark> ever.
This cat <mark class="highlight">video</mark> is the okayest thing ever.
Hot Tip!

This modifier expects HTML input. While most plain text strings will work just fine you should escape the value with the entities modifier if your text contains less than or greater than symbols: {{ plain_text | entities | mark }}

Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →