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
I have met a problem when dehumanizing already "dehumanized" strings. For example:
"AaB".Dehumanize(); // returns "Aa B"
Is there a reason I cannot see or is it a bug?
The text was updated successfully, but these errors were encountered:
Interesting. This seems like a bug. Thanks for reporting.
We accept pull requests too :)
Sorry, something went wrong.
Merge pull request #320 from Borzoo/dehumanizeHumanizeBug
b53b431
fixes issue #319
Successfully merging a pull request may close this issue.
I have met a problem when dehumanizing already "dehumanized" strings.
For example:
Is there a reason I cannot see or is it a bug?
The text was updated successfully, but these errors were encountered: