Toggle menu
15
248
116
28.1K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Prd (talk | contribs)
Created page with "{{safesubst<noinclude/>:#invoke:String|replace|{{{1|}}}|%|}}<noinclude> {{documentation}} </noinclude>"
 
Prd (talk | contribs)
No edit summary
 
Line 1: Line 1:
{{safesubst<noinclude/>:#invoke:String|replace|{{{1|}}}|%|}}<noinclude>
{{Documentation subpage}}
{{documentation}}
This template removes any '%' characters from a string.
</noinclude>
 
== Usage ==
{{tlx|trim %|''text''}} = ''text'' with any '%' characters removed.
 
== Example ==
*{{tlx|trim %|25%}} produces "{{trim %|25}}".
 
*{{tlx|trim %|25}} produces "{{trim %|25}}".
 
 
<includeonly>{{Sandbox other||
<!-- Categories below this line -->
[[Category:String manipulation templates]]
 
}}</includeonly>

Latest revision as of 02:12, 24 February 2025

This template removes any '%' characters from a string.

Usage

{{trim %|text}} = text with any '%' characters removed.

Example