What would a match() property that passed the expression /^[0-9]/ check for?
all strings that do not contain numerals
all strings that contain only numerals
all numeric values
all strings that contain numerals but start with ^
a string that contains only one numeral between 0 and 9