Try searching `"\[\]"`, which fails with `error parsing regexp: missing closing ]: '[]'`, while `\[\]` works. Is this intended? Certainly surprising.
Try searching
"\[\]", which fails witherror parsing regexp: missing closing ]: '[]', while\[\]works. Is this intended? Certainly surprising.