Template:Digits: Difference between revisions
Template page
More actions
Created page with "{{#invoke:String|replace|source={{{1|}}}|pattern=%D|replace=|plain=false}}<noinclude> {{Documentation}} </noinclude>" |
(No difference)
|
Latest revision as of 05:57, 16 February 2025
| Uses Lua: |
Usage
{{digits|string}}
{{digits|1=string}}
Removes all characters from string that are not a digit 0–9.
Examples
{{digits|12px}} → 12
{{digits|1,234,567}} → 1234567
{{digits|$1.23}} → 123
{{digits|1=1+2=3}} → 123
See also
- {{str number/trim}}, remove the first non-digit character and everything following
- {{cardinal}}, remove ordinal indicators, eg.
{{cardinal|1st}}→ 1