8000 string parsing error · Issue #53 · shiffman/Most-Pixels-Ever-Processing · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
string parsing error #53
Open
Open
@shiffman

Description

@shiffman

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0