"سانچہ: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))) |
م (1 نسخہ درآمد کیا گیا) |
(کوئی فرق نہیں)
|
حالیہ نسخہ بمطابق 05:56، 4 دسمبر 2022ء
فائل: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}}