shiffman/Most-Pixels-Ever-Processing

string parsing error

shiffman opened this issue · 0 comments

from an e-mail:

        if (msg.contains("|")) {
                // -- Need to escape pipe character and 
                // -- need to assign(re-assign) the new string
            msg=msg.replaceAll("\\|", "_");
            System.out.println("MPE messages cannot contain a '|' character. '|' has been replaced with '_' in your message.");

" broadcast(String msg) has the same issue"