I use http://gskinner.com/RegExr/ as a tool to test my regex.
I'm using this expression as part of a "block" check for interface description:
description [a-zA-Z]*(/s)* HSRP (PRI|SEC) V=(([2]([0-4][0-9]|[5][0-5])|[0-1]?[0-9]?[0-9])[.]){3}(([2]([0-4][0-9]|[5][0-5])|[0-1]?[0-9]?[0-9]))

the above would fail if: the descr for F0 had R-XRT-O.... or the IP was only 2 octets, etc..
it shows as matching in the tool, but I'm getting policy errors "not matching" in NCM policy report.
does NCM not support full regex?
Is there plans to support that in future?
thanks