Merge pull request #21887 from jmcgeheeiv/patch-1

Add "leading zeros" for the sake of SEO
pull/22068/head
Pam Selle 7 years ago committed by GitHub
commit 5cd551f716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@ to set additoinal flags:
| space | Leave a space where the sign would be if a number is positive. |
| `+` | Show the sign of a number even if it is positive. |
| `-` | Pad the width with spaces on the left rather than the right. |
| `0` | Pad the width with zeros rather than spaces. |
| `0` | Pad the width with leading zeros rather than spaces. |
By default, `%` sequences consume successive arguments starting with the first.
Introducing a `[n]` sequence immediately before the verb letter, where `n` is a

Loading…
Cancel
Save