Enhancement Request - support conversion of hex to uppercase - printf("%4X", 0xffff) => "FFFF"
Open
- Dominant language
- TypeScript
- Stars
- 15
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Current code supports conversion to hexadecimal as lowercase but the C/C++ specification also support 'X' token. Would be nice if module could also support this.
https://learn.microsoft.com/en-us/cpp/c-runtime-library/format-specification-syntax-printf-and-wprintf-functions?view=msvc-170
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.