الگو:Digits: تفاوت میان نسخهها
fa>Primefac جز (Changed protection level for "Template:Digits": high-risk template with 4000+ transclusions ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
Wikinoor.ir (بحث | مشارکتها) جز (۱ نسخه واردشده) |
نسخهٔ کنونی تا ۳ ژانویهٔ ۲۰۲۳، ساعت ۲۳:۱۴
پرونده: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}}