Skip to content

Should reverse be in stdlib_string? #399

Open
@ivan-pi

Description

@ivan-pi

#310 added the reverse function to the stdlib_ascii module. Since the behavior of this function does not depend on the character set, the stdlib_string module would be a better home for it.

On the other hand the overloaded functions to_lower, to_upper, and to_title for the string_type(currently in stdlib_string_type) do implement behavior depending on the character set, and should be placed in stdlib_ascii.

cc @awvwgk

Metadata

Metadata

Assignees

No one assigned

    Labels

    easyDifficulty level is easy and good for starting into this projectimplementationImplementation in experimental and submission of a PRtopic: stringsString processing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions