I am trying to create a policy rule that will find statements that contain 'switchport trunl allow vlan' and then a vlan numer. Either condition works by itself but can't get them to work together.
\bswitchport trunk allowed vlan\b.*\b110\b

Orion Platform 2018.2 HF5, NCM 7.8, WPM 2.2.2, IPAM 4.7.0, NetPath 1.1.3, UDT 3.3.1, VNQM 4.5.0, SRM 6.6.0, DPAIM 11.1.0, NPM 12.3, CloudMonitoring 2.0.1, SAM 6.6.1, NTA 4.4.0
Any help/suggestions would be greatly appreciated.
I followed examples from this URL
Regular expression pattern matching examples - SolarWinds Worldwide, LLC. Help and Support
This is crazy - I retyped the expression and it seems to be doing what we wanted. This is good stuff