mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
363 B
363 B
Modifier ematch
Perform a regular expression match. Read more about regular expression.
{$string|ematch:$pattern}
Searches $string
for a match to the regular expression given in $pattern
.
{if $color|ematch:'/^gr[ae]y$/i'}
some form of gray ...
{/if}