Template:Wb/lad/String templates see also

Trimming templates:

  • {{Wb/lad/Str left}} – To trim down to a specified number of characters, or duplicate the string to a specified number.
  • {{Wb/lad/Str trim}} — To trim any leading or trailing whitespace.
  • {{Wb/lad/Str right}} — To trim the first specified number of characters.
  • {{Wb/lad/Str rightc}} — To trim the first specified number of characters, returns a parameter if the string is empty.
  • {{Wb/lad/Str sub}} — To trim down to a specified number, starting at a given number from the left, less than 50.
  • {{Wb/lad/Str sub long}} — To trim down to a specified number, starting at a given number from the left, less than 100.

Analyzing templates:

  • {{Wb/lad/Str find}} – Returns the numerical location of a given string in a string, up to 50 characters.
  • {{Wb/lad/Str index}} – Returns a given character from a string, but not accented letters.
  • {{Wb/lad/Str index any}} – Returns a given character from a string, but not a space.
  • {{Wb/lad/Str len}} – Returns a string's length. Can count up to 500 characters.

String length comparison templates:

  • {{Wb/lad/Str ≥ len}} – To check if a string is "longer or equally long" or "shorter" than a given length.
  • {{Wb/lad/Str ≤ len}} – To check if a string is "shorter or equally long" or "longer" than a given length.
  • {{Wb/lad/Str ≠ len}} – To check if a string is "not equal" or "equal" to a given length.
  • {{Wb/lad/Str ≤ ≥ len}} – To check if a string is "shorter", "equal", or "longer" than a given length.
[edit] [history] [purge] Template documentation

This is the {{Wb/lad/string templates see also}} template.

It is used in the "See also" section of the documentation of the string handling templates, such as {{Wb/lad/str ≥ len}}. It takes no parameters.