Toggle menu
15
236
76
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 06:17, 20 February 2025 by Prd (talk | contribs) (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 {{{1}}}. ===Example=== {| ! Code !! Result |- | <code><nowiki>{{str crop |Example |3}}</nowiki></code> | {{str crop |Example |3}} |- | <code><nowiki>{{str crop |123.456|3}}</nowiki></code> | {{str crop |123.456|3}} |- | <code><nowiki>{{str crop |123.456|-3}}</nowiki></code> | {{str crop |123.456|-3...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

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

Example

Code Result
{{str crop |Example |3}} Exam
{{str crop |123.456|3}} 123.
{{str crop |123.456|-3}} 12
{{str crop |123.456|4}} 123
{{str crop |123.456|-4}} 123
{{str crop |123.456|0}} 123.456
{{str crop |123.456|7}}

See also