is_alpha Modifier

Returns true if string contains only alphabetic characters. Numbers, punctuation, whitespace, and another other special characters will cause a false.

secret_phrase: abcdefg
even_more_secret_phrase: abc123
yaml
{{ if secret_phrase | is_alpha }}
{{ if even_more_secret_phrase | is_alpha }}
antlers
true
false
html
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →