Search a string against multiple needles and return true
if any are found, otherwise false
. Case-insensitive.
summary: "It was the best of times, it was the worst of times."
{{ if summary | contains_any('good', 'better', 'best') }}
true
contains_any
ModifierSearch a string against multiple needles and return true
if any are found, otherwise false
. Case-insensitive.
summary: "It was the best of times, it was the worst of times."
{{ if summary | contains_any('good', 'better', 'best') }}
true
Submit improvements, related content, or suggestions through Github.
Betterify this page →