Regex in alias filter

Hello @zaidka ,

could it be possible to add regex in the alias filter? something like:

let conn = declare('InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPDevice.[X_XXX_ServiceList:/.*INTERNET.*/]', {path: now});

to be able to find the path when the ServiceList is either one of these: “INTERNET” , “VOIP,INTERNET”, “TR069,INTERNET”, “INTERNET,VOIP” …etc

Or there is there another simple way to achieve this?

thanks