2012-09-25

Java split string by dot (".")

According to regular expression, you should use string.split("\\.");
This is an easy mistake to make

No comments: