Open
Description
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"
Metadata
Metadata
Assignees
Labels
No labels