Ta̱mpi̱let:str ≥ len
Li
The template description below will not be displayed when the template is placed
- Usage
Checks whether the length of a string is greater than or equal to a specified length.
- Parameters
- the string
- the length to be compared
- result when the string is longer or the same length
- result when the string is shorter
- Examples
{{str ≥ len|abcde|4|yes|no}}returns yes{{str ≥ len|abcde|5|yes|no}}returns yes{{str ≥ len|abcde|6|yes|no}}returns no{{str ≥ len||0|yes|no}}returns yes{{str ≥ len||1|yes|no}}returns no- See also