Toggle menu
15
236
70
27.5K
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 05:59, 16 February 2025 by Prd (talk | contribs) (Created page with "{{high-use}} {{cascade-protected template}} {{Documentation subpage}} {{lua|Module:String}} The '''Template:Str_number/trim''' extracts a number at the start of parameter 1. It takes a string as parameter, and returns the string trimmed to the beginning number if non-numeric text does not appear before the first number. === Examples === *<code><nowiki>{{Str number/trim}}</nowiki></code> → {{Str number/trim}} *<code><nowiki>{{Str number/tri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:High-use Template:Cascade-protected template

The Template:Str_number/trim extracts a number at the start of parameter 1.

It takes a string as parameter, and returns the string trimmed to the beginning number if non-numeric text does not appear before the first number.

Examples

  • {{Str number/trim}}
  • {{Str number/trim|abcde}}
  • {{Str number/trim|abcde123}}
  • {{Str number/trim|123456}} → 123456
  • {{Str number/trim|123 456}} → 123
  • {{Str number/trim|123.456}} → 123
  • {{Str number/trim|1976–2006}} → 1976
  • {{Str number/trim|19/76+2006}} → 19
  • {{Str number/trim|19 (302)}} → 19
  • {{Str number/trim|1234abc}} → 1234
  • {{Str number/trim|1234abc56}} → 1234
  • {{Str number/trim|12345678901234567890}} → 12345678901234567890
  • {{Str number/trim|1234567890123456789012345}} → 1234567890123456789012345
  • {{Str number/trim| 1234567890123456789012345}} → 1234567890123456789012345
  • {{Str number/trim|13<ref>a reference</ref>}} → 13

References

  1. a reference

See also

  • {{cardinal}}, remove ordinal indicators, eg. {{cardinal|1st}} → 1
  • {{digits}}, remove all characters from a string that are not digits