Android split not working correctly

arr = result.toString().trim().split("\\|");

the param of String.split accept a regular expression.

Leave a Comment