Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "%*s" as a format string #210

Open
baiti opened this issue May 27, 2021 · 0 comments
Open

Support "%*s" as a format string #210

baiti opened this issue May 27, 2021 · 0 comments

Comments

@baiti
Copy link

baiti commented May 27, 2021

in POSIX environments you could write: printf("%*d", width, num);. The "*" is not recognized by sprintf.js. Could this caoability be added to sprintf.js?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant