• + 0 comments

    Update the delimiters to following and it works.

    String delims = "[ .,_?!@']+";

    String[] items = s.trim().split(delims);