mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-23 10:39:05 +00:00
Added clarifying documentation to filter algorithm.
This commit is contained in:
parent
53b6e0b0c7
commit
6ef38eac55
@ -625,6 +625,7 @@ public class Format {
|
|||||||
pparse[t++] = st.nextToken();
|
pparse[t++] = st.nextToken();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// (?i) = case insensitive
|
||||||
msg = msg.replaceAll("(?i)" + pparse[0], pparse[1]);
|
msg = msg.replaceAll("(?i)" + pparse[0], pparse[1]);
|
||||||
}
|
}
|
||||||
return msg;
|
return msg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user