Skip to content

proposal: strings: add Capitalize to upper case the first letter #71145

@xushiwei

Description

@xushiwei

Proposal Details

txt = "hello, and welcome to my world."

x = txt.capitalize()

print (x)

Output:

Hello, and welcome to my world.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions