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

Honor precision for strings #83

@jmkuhn

Description

@jmkuhn
julia> s = "123456789"
"123456789"

julia> printfmtln("{}--{:6.6s}", s, s) 
123456789--123456789

This should produce 123456789--123456

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions