alphanumeric-string-sort

command
v0.0.0-...-3dae86e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2023 License: MIT Imports: 3 Imported by: 0

README

Alphanumeric String Sort

Given a string containing alphanumeric ASCII characters only ([A-Za-z0-9]), sort and print the string in the following manner:

  1. all sorted lowercase letters are ahead of uppercase letters,
  2. all sorted uppercase letters are ahead of digits, and
  3. all sorted even digits are ahead of sorted odd digits.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL