[nsp] regexp question

David Flynn davidf at woaf.net
Tue Apr 6 10:52:45 EDT 2004


> giving: ^([^_]_)\1*(([^_]_)\3*)?$

Sigh, not my day - that'll work fine for single byte ASNs, but to be
of anyuse, change it to the following:

^([^_]+_)\1*(([^_]+_)\3*)?$

..df


More information about the cisco-nsp mailing list