Skip to content
New issue

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

added sort case when numbers having digit at the end and rspecs #4

Conversation

kuldeepaggarwal
Copy link
Contributor

I have added a feature in which this gem will be able to sort the array of strings in way that if digits appear after alphabets in an element then the elements will be sorted numerically.

e.g. ["c1", "c10b", "c11a", "c2"] #=> ["c1", "c2", "c11a", "c10b"]

Resolved issue #2

@kuldeepaggarwal
Copy link
Contributor Author

@dogweather Any update?

@dogweather
Copy link
Owner

Thanks for the nudge - will take a look.

@kuldeepaggarwal
Copy link
Contributor Author

💛

@dogweather
Copy link
Owner

This change is in a different pull request and merged. Not sure how it didn't take place here.

@dogweather dogweather closed this Jan 2, 2014
@kuldeepaggarwal
Copy link
Contributor Author

wow cool 👏. Hey can you please mention which PR has been merge for the same?

@dogweather
Copy link
Owner

It's called pr/4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants