Hello,

Is there any way to use Regex or 'OR/AND' operators in the switch/case statements?
I've tried the following syntax but it's not working, are there any other ways to do this?

switch($dlg_var(ISP)) {
    case "TRUNK1|TRUNK2":
}

Thank you.