I get a FormatExceptions when user types a special character (e.g. a parenthesis) after a long string. With `test1 test2 test3 test4 test5 (` it works but with `test1 test2 test3 test4 test5 test6 (` I get the exception. 
I get a FormatExceptions when user types a special character (e.g. a parenthesis) after a long string.
With
test1 test2 test3 test4 test5 (it works but withtest1 test2 test3 test4 test5 test6 (I get the exception.