v7 routing filter bgp-as-path regex

hello,

is v7 support filter as-path using regex ? since yesterday i’m trying to input some rule like in v6

this routing filter work flawlessly on v6
chain=peer1-in bgp-as-path=65530$ invert-match=no action=discard

new v7
[admin@MikroTik] /routing/filter/rule> pr
Flags: X - disabled, I - inactive
0 chain=bgp-v6-in rule=“if (bgp-as-path 65532$) {reject}\r\naccept\r\n”

1 chain=bgp-v6-out rule=“accept\r\n”

but it;s not working

so getting help from my friend, we finally found a way

if ( bgp-as-path ^*.65536$ )
{ reject; }
else
{accept;}

please bring back the way old routing filter, since this is mikrotik, simplicity over everything