Toggle menu
14
236
69
27.2K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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