Toggle menu
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:57, 16 February 2025 by Prd (talk | contribs) (Created page with "{{high-use}} {{Documentation subpage}} {{Lua|Module:String}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == {{tlx|digits|''string''}} {{tlx|digits|2=1=''string''}} Removes all characters from ''string'' that are not a digit 0–9. == Examples == {{tlx|digits|12px}} → {{digits|12px}} {{tlx|digits|1,234,567}} → {{digits|1,234,567}} {{tlx|digits|$1.23}} → {{digits|$1....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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