Skip to content

The API does not converts texts to numbers when the input has compound inputs.  #1

@cansozbir

Description

@cansozbir

Expected Behavior

I expect /api/TextNumberConverter to be able to convert compound inputs to expected numbers.

Current Behavior

It does not convert compound inputs to numbers and leaves them as they are.

Steps to Reproduce

  1. Send a Post request to /api/TextNumberConverter with following body:
{
    "userText": "9yüz50beş kere test edilmeli."
}
  1. It returns "9yüz50beş kere test edilmeli." instead of "955 kere test edilmeli."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions