Skip to content

Add to_uppercase tool #274

Description

@abduznik

Tool: to_uppercase

Description: Convert a string to uppercase.

Example:

python bitbox.py to_uppercase "hello world"
# → HELLO WORLD

Implementation:

  • Input: string
  • Output: uppercase string
  • Use Python's str.upper() method

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions