I'm setting up a glossary in Views and want to allow users to select terms by the first letter of the term. I'm trying to set up a filter based on Content: Title. I set up each letter using "A" "starts with" "A", "B" "starts with" "B", etc. through to Z. But I'd also like to present an option for terms that start with a numeric character. Other than setting up each number individually, is there a way I can group all numerics (i.e., 0 - 9) as a single option? I've tried setting up a single option, "0 - 9" with "starts with" and then comma separated values "0, 1, 2, 3, 4, 5, 6, 7, 8, 9", but that doesn't work.

Any suggestions on how to set this up?