Template:Digits
Kaonekelo
This template is used on approximately 21,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
Usage
[kulemba source]{{digits|string}}
{{digits|1=string}}
Removes all characters from string that are not a digit 0–9.
Examples
[kulemba source]{{digits|12px}} → 12
{{digits|1,234,567}} → 1234567
{{digits|$1.23}} → 123
{{digits|1=1+2=3}} → 123
See also
[kulemba source]- {{str number/trim}}