Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Centering eating up spaces #99

Closed
gustavojra opened this issue Mar 19, 2021 · 1 comment
Closed

Centering eating up spaces #99

gustavojra opened this issue Mar 19, 2021 · 1 comment

Comments

@gustavojra
Copy link

The symbol ^ does not seem to work as in Python. Is it intentional?

julia> format("|{:^80}|", "Test")
"|Test|"

whereas

python> "|{:^80}|".format("Test")
'|                                      Test                                      |'
@gustavojra
Copy link
Author

Just read that ^ is not supported. For some reason, I thought that this feature had been added.

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

No branches or pull requests

1 participant