-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Labels
easyDifficulty level is easy and good for starting into this projectDifficulty level is easy and good for starting into this projectimplementationImplementation in experimental and submission of a PRImplementation in experimental and submission of a PRtopic: stringsString processingString processing
Description
#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
Labels
easyDifficulty level is easy and good for starting into this projectDifficulty level is easy and good for starting into this projectimplementationImplementation in experimental and submission of a PRImplementation in experimental and submission of a PRtopic: stringsString processingString processing