To Digit Grouped
Use thousand separator (or custom text) to group digits in a string.
; ;// "1 234 567 890.1234567890" ;// "value: 1 234 567 890.1234567890 unit" ;// 1 234 and 4578 ;// 1 234 and 4 578 ;// "1 234 567 890.1234567890" ;// "1 234 567 890.123 456 789 0" ;// "1,234,567,890.1234567890" ;// "12 3456 7890.1234567890" ;// "1 234 567 890,1234567890" ;// "01 23 45 67 89 ab cd ef"