Java String Tokens

  • + 1 comment

    Who is using s.split(...) and failing tests 3,6,7,10, change it to s.trim().split(...) and it will pass! You are welcome!