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