Category talk:Fmt: Difference between revisions

→‎Source code: Temporary bug fix.
(→‎Source code: Bug fixes plus some minor improvements.)
(→‎Source code: Temporary bug fix.)
Line 204:
 
// Checks whether argument is a numeric decimal string.
static isDecimal(n) { n is String && n != "" && n.all { |c| "-0123456789".contains(c) } }
// Adds 'thousand separators' to a decimal integer or string.
9,482

edits