Skip to main content
1

🛠️ Formatting

String
Applies thousand separators to a numeric string based on the default system locale (intl required). Handles non-numeric input safely by returning “0”.
String
Removes all commas (,) from the string. Essential for sanitizing user input before parsing it as a number.

🛠️ Formatting