Fix: special character only chat messages #336
@@ -248,7 +248,7 @@ public class ClientService {
|
|||||||
// digits/words/colons
|
// digits/words/colons
|
||||||
static Pattern responseRex =
|
static Pattern responseRex =
|
||||||
Pattern.compile(
|
Pattern.compile(
|
||||||
"(?<key>\\w+)=(('(?<string>([^']|\\')+)')|(?<primVal>[+-]?[-\\d\\w:]+))");
|
"(?<key>\\w+)=(('(?<string>([^']|\\')+)')|(?<primVal>[^ ]+))");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes escape characters from a string, specifically converting escaped single quotes (\')
|
* Removes escape characters from a string, specifically converting escaped single quotes (\')
|
||||||
|
|||||||
Reference in New Issue
Block a user