<div dir="ltr"><div>I'm trying to match any message with a pair of brackets in the subject. i.e. [foo] or [BAR]. However it seems that my regex is being mangled when setting it up. If I do: </div><div><br></div><div>"\[.*\]"</div>
<div><br></div><div>That gets changed when I hit replace or ok with:</div><div><br></div><div>"\\[.*\\]"</div><div><br></div><div>If I do not escape it, it isn't mangled, but should not match and doesn't.</div>
<div><br></div><div>"[.*]"</div><div><br></div><div>Any ideas? I've looked around google a bit and it seems claws can get a bit picky on what would typically be a standard regex.</div><div><br></div><div>Regards,</div>
</div>