pub fn underscore_separate_digits(s: &str, group: u32) -> StringExpand description
Insert _ separators every group digits, counting from the end of
the digit run (right-to-left). Direct port of convbase_underscore
in src/zsh/Src/params.c:5645-5680. Operates on the digit suffix only,
preserving any BASE# prefix and leading sign.