JuliaLang/julia

Support `'` format flag for `@printf`

Open

#29,077 opened on Sep 7, 2018

View on GitHub
 (2 comments) (8 reactions) (0 assignees)Julia (5,773 forks)batch import
display and printinghelp wanted

Repository metrics

Stars
 (48,709 stars)
PR merge metrics
 (Avg merge 20d 6h) (157 merged PRs in 30d)

Description

See https://stackoverflow.com/questions/52213829/in-julia-insert-commas-into-integers-for-printing-like-python-3-6.

Would it be difficult to support the ' format flag that adds thousand separators? Currently, using it explicitly throws an error that it is not yet supported.

Contributor guide