Matching Whitespace & Non-Whitespace Character

  • + 0 comments

    They included test cases that didn't match the description of the problem.

    The only pattern to pass all test cases is /^\S{2,3}\s\S{2}\s\S{2,3}$/

    The answer to the problem the way it was described is