Hi all,

I'd like to enable case-insensitive filtering for header fields. Basically,
I have a header field which is either encoded in textual or in binary form.
I would like to allow the user to filter based on the presence of a given
header by typing something like:
        wsp.header.name == 'vary'
where the expression should match 'Vary', 'vary' and 'vArY'. Defining the
header as a FT_STRING[Z] only allows for case-sensitive filtering.

Is this possible already, or should we define new FT_STRING[Z] type(s)? -->
FT_STRING[Z]_I?

Regards,

Olivier

Reply via email to