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

[Feature Request]: Replace numbers with corresponding word and vice versa #243

Open
4 tasks done
Panda8Bamboo opened this issue Oct 21, 2024 · 3 comments
Open
4 tasks done

Comments

@Panda8Bamboo
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

Replace numbers with corresponding word in a string and vice versa in string_manipulation

3 functions:

  1. One to replace just numbers to corresponding word
    "6 years ago there were five." becomes "Six years ago there were five."

  2. One to do the inverse
    "There are eight men but now 5." becomes "There are 8 men but now 5."

  3. And one that swaps both
    "6 years ago there were eight men" becomes "Six years ago there were 8 men"

Record

  • I agree to follow this project's Code of Conduct
  • I want to work on this issue
  • I'm willing to provide further clarification or assistance if needed.

Full Name

Amber

Participant Role

GSOC

Copy link
Contributor

🙌 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!

@SKG24
Copy link

SKG24 commented Oct 21, 2024

Could you let me know if there will be single digit numbers or multiple digits?
eg. sixteen people joined us for party

@SKG24
Copy link

SKG24 commented Oct 21, 2024

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

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

No branches or pull requests

2 participants