printf conversion specification parsing
Parses printf conversion specifications.
This version detects multiple flags and (space) flag. MSVC length modifier I64 is also supported.
I'm using this regex in my Python project, so please change accordingly if you use other flavor of regex.
Submitted by Haruka Ma - 4 years ago