You could probably regex with `[0-9.]+_topicA` to ...
# chat
s
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.