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
Replace numbers with corresponding word in a string and vice versa in string_manipulation
3 functions:
One to replace just numbers to corresponding word "6 years ago there were five." becomes "Six years ago there were five."
One to do the inverse "There are eight men but now 5." becomes "There are 8 men but now 5."
And one that swaps both "6 years ago there were eight men" becomes "Six years ago there were 8 men"
Amber
GSOC
The text was updated successfully, but these errors were encountered:
🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.
Feel free to join our community on Discord to discuss more!
Sorry, something went wrong.
Could you let me know if there will be single digit numbers or multiple digits? eg. sixteen people joined us for party
I would like to work on this please assign this to me. I have implemented the code for single digit conversions
Name : Sanat Kumar Gupta Participation : GSSOC'24 ext, hackoctober
No branches or pull requests
Is there an existing issue for this?
Feature Description
Replace numbers with corresponding word in a string and vice versa in string_manipulation
3 functions:
One to replace just numbers to corresponding word
"6 years ago there were five." becomes "Six years ago there were five."
One to do the inverse
"There are eight men but now 5." becomes "There are 8 men but now 5."
And one that swaps both
"6 years ago there were eight men" becomes "Six years ago there were 8 men"
Record
Full Name
Amber
Participant Role
GSOC
The text was updated successfully, but these errors were encountered: