SkillAgentSearch skills...

Rial.js

a tiny JavaScript library for money and currency formatting

Install / Use

/learn @habibpour/Rial.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

rial.js

a tiny JavaScript library for money and currency formatting <br> Made by: Saeid Habibpour, Founder of <a href="https://metaweb.co/" rel="nofollow">Metaweb.co</a>

<pre> <code>var rial = new Rial( { decimal : ",", alphabet : "fa", currency : "هزار ریال", cut : 3, } );</code> <code>rial.get("425420000000");</code> // ۴۲۵,۴۲۰,۰۰۰ هزار ریال <code>rial.Alphabet("en").Currency("ریال").Cut(0).get("425420000000");</code> // 425,420,000,000 ریال <code>rial.Decimal(".").Alphabet("en").Currency("").Cut(0).get("۴۲۵,۴۲۰,۰۰۰");</code> // 425.420.000 </pre>

Related Skills

View on GitHub
GitHub Stars27
CategoryDevelopment
Updated4mo ago
Forks3

Languages

JavaScript

Security Score

72/100

Audited on Dec 4, 2025

No findings