"سانچہ:Digits" کے نسخوں کے درمیان فرق
ur>Wikivahdat م (Changed protection level for "Template:Digits": high-risk template with 4000+ transclusions ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
(کوئی فرق نہیں)
|
نسخہ بمطابق 16:29، 23 فروری 2018ء
فائل:Lua-Logo.svg | This template 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}}