Template:String templates see also: Difference between revisions
Template page
More actions
Changed all references from {{str len full}} to {{str len}} due to move to that name. |
Removing {{strlen}}, since that one now is a redirect to {{str len}}. |
||
| Line 6: | Line 6: | ||
* {{tl|str ≤ ≥ len}} – To check all three of "shorter", "equal" and "longer" at the same time. | * {{tl|str ≤ ≥ len}} – To check all three of "shorter", "equal" and "longer" at the same time. | ||
Much less efficient string length | Much less efficient string length template: | ||
* {{tl|str len}} – | * {{tl|str len}} – Takes a string as parameter and returns its length. Can count up to 500 in length. | ||
Technical stuff: | Technical stuff: | ||