1 2 3 4 5 6 7 8 9 10 11 12
# # PRE: if-regex-match # # # Check that bad regular expressions will fail # if (&User-Name =~ /[a-3]/) { # ERROR update reply { Filter-Id := "filter" } }