We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the [i] option for the sort command would be nice, i.e. sort i and sort! i
sort i
sort! i
Pull request opened #3938
The text was updated successfully, but these errors were encountered:
Added option to ignore case when sorting (#3938)
05683aa
Adds [i] option to sort command, which ignores case. Fixes #3939
Seems like my solution was not correct, localeCompare always ignores case. I'll open a PR with a fix. Edit: opened #4023
localeCompare
Sorry, something went wrong.
Fix case sensitive sorting (#4023)
c246ac6
Fixes #3939
Successfully merging a pull request may close this issue.
Adding the [i] option for the sort command would be nice, i.e.
sort i
and
sort! i
Pull request opened #3938
The text was updated successfully, but these errors were encountered: