Join Discord
Powered by
You could probably regex with `[0-9.]+_topicA` to ...
# chat
s
SeriousBug
04/18/2022, 6:39 PM
You could probably regex with
[0-9.]+_topicA
to select anything with this topic. It's a bit harder than just typing
topicA.*
, but it should work.
Previous
Next