Most-Pixels-Ever-Processing icon indicating copy to clipboard operation
Most-Pixels-Ever-Processing copied to clipboard

string parsing error

Open shiffman opened this issue 11 years ago • 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"

shiffman avatar Jul 01 '14 13:07 shiffman