Multiple choice technology programming languages Which of these is a valid regular expression meaning "contains any digit"? /[1-9]/ /^\d+$/ /^\d+/ m-\d- Reveal answer Fill a bubble to check yourself D Correct answer