Template:Str crop/doc: Difference between revisions

From Linguifex
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} <!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----> == Usage == Use to remove the right-most {{{2}}} characters of a string...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
; result : {{str crop |Example |3}}
; result : {{str crop |Example |3}}


== See also ==
<includeonly>
{{String-handling templates |trim}}
 
<includeonly>{{Sandbox other||
<!----CATEGORIES BELOW THIS LINE, PLEASE:---->
<!----CATEGORIES BELOW THIS LINE, PLEASE:---->
}}</includeonly>
</includeonly>

Latest revision as of 15:39, 27 August 2020

Usage

Use to remove the right-most {{{2}}} characters of a string {{{1}}}.

Example

code
{{str crop |Example |3}}
result
Exam