Problem with Regexp in layer7

Hi!
I have written some regexp pattern to match word char in the HTTP URL. But I can not use it In MT layer7 filtering why?
Here the the pattern

(http):\/\/[a-zA-Z0-9_\s\-".:;#[{/~}]+((char)=?)

I have tested it is working one, but It does not work in Mt.

it doesn’t look like a valid regexp. You start a range with ‘[’, but there are no corresponding ‘]’

Could You Tell me How to write the correct form?

http://l7-filter.sourceforge.net/layer7-protocols/protocols/http.pat
:mrgreen:

if you want to learn regexps, look at this link (GIYF :wink: )
http://www.regular-expressions.info/

Thanks)

Please Help Me to write regexp in MT to match http for example “char” in the url and then block or allow that requests.
I have tried, but no result. :frowning:
Help Me Please.

Thanks
Regards
Karapet