Jump to content

Ta‌̱mpi‌̱let:str ≥ len

Neet di̱ Swánga̱lyiatwuki



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
  1. the string
  2. the length to be compared
  3. result when the string is longer or the same length
  4. 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