Ad
  • Custom User Avatar

    You probably know this already, but you can print the input to console.

    There are tests with strings like "EUR 200 OVISION", which is just stupid IMO.

  • Default User Avatar

    On JavaScript version I have this error:

    "Expected: 'Sorry, have no EURYTHMICS.', instead got: 'Can't do 2853 EUR. Value must be divisible by 5!'

    and on all similar tests with currency name "EUROVISION", "EURYTHMICS etc.

    In my IDE I got correct results although I am not sure what the original input was.
    I tried inputs like "Eurythmics2853", "2853 EURythMicS" and all got correct results.

    Is it that my regex is wrong or what?
    Can you give me the input for that test, please?