This API replaces numbers written in various conditions and formats with their numerical equivalents.
The project uses .NET Core 7.0, and the relevant methods are located under Services/AppConverterService. It accepts a POST request to /api/values with the JSON payload {"UserText":"Message"}. As output, it returns {"Output":"Message"}
- It should consider case sensitivity.
- It should process compound words.
- It should be able to handle multiple scenarios within a sentence.
- It should be able to perform operations at the million-level.