Template:String templates see also: Difference between revisions

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Content deleted Content added
Trim
unrelated template here
Line 7: Line 7:
* {{tl|Str endswith}} – To check if a string ends with a given string.
* {{tl|Str endswith}} – To check if a string ends with a given string.
* {{tl|Str find}} – Returns the numerical location of a given string in a string, up to 50 characters.
* {{tl|Str find}} – Returns the numerical location of a given string in a string, up to 50 characters.
* {{tl|Chr}} – Returns a given character from a string, including a space.
<!--* {{tl|Chr}} – Returns a given character from a string, including a space.-->
* {{tl|Str len}} – Returns a string's length. Can count up to 500 characters.
* {{tl|Str len}} – Returns a string's length. Can count up to 500 characters.



Revision as of 06:06, 10 July 2012

Trimming templates:

  • {{Trunc}} – To trim down to a specified number of characters.
  • {{Trim}} — To trim any leading or trailing whitespace.
  • {{Str left}} – To trim down to a specified number of characters, or duplicate the string to a specified number.

Analyzing templates:

  • {{Str endswith}} – To check if a string ends with a given string.
  • {{Str find}} – Returns the numerical location of a given string in a string, up to 50 characters.
  • {{Str len}} – Returns a string's length. Can count up to 500 characters.

String length comparison templates:

  • {{Str ≤ len}} – To check if a string is "shorter or equally long" or "longer" than a given length.

Sandboxes and test cases:

Technical stuff:

Feature requests:

  • bugzilla:6455 - Set $wgPFEnableStringFunctions = true on WMF wikis
  • bugzilla:26092 - Enable or install string parsing wikimarkup functionality on WMF wikis