Skip to content

Implement new string methods #3

Description

@szaghi

desiderata new methods

Python-str-like methods

  • UPPER/lower case transformation
  • capitalize
  • end_with suffix check
  • start_with prefix check
  • is_digit
  • is_upper/is_lower
  • partition
  • replace
  • split
  • strip
  • swapcase

Assignments

  • from string
  • from characters
  • from integer (any kinds)
  • from real (any kinds)

Miscellanea

LeetCode methods

References

[1] John Burkardt's collection.

[1a] chrpak
[1b] stripper

[2] ISO_VARYING_STRING and recent variation of it by Ian Harvy.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions