use a workaround:
- Rule 1: set regex "*" to "N" (everything...)
- Rule 2: set regex "^[1-9]" to "Y"
first, all vaules get "N", but those matching the Rule 2 will get "Y" ...
remark: the classification will take the last match, just use the test interface...