Normale text contains condition

pull/194/merge
M66B 3 years ago
parent 114fe7e236
commit ed0fc0aca2

@ -308,6 +308,9 @@ public class EntityRule {
String value = jbody.getString("value");
boolean regex = jbody.getBoolean("regex");
if (!regex)
value = value.replaceAll("\\s+", " ");
if (html == null && message.content) {
File file = message.getFile(context);
try {

Loading…
Cancel
Save