diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index c4b83a8be8..13a8694ad6 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1906,6 +1906,8 @@ The filter returns ``0`` for an undefined variable. ``length_is`` ------------- +.. deprecated:: 4.2 + Returns ``True`` if the value's length is the argument, or ``False`` otherwise. For example:: |
