81.6k views
4 votes
How do you validate the type of text that a user enters?

(A)by comparing it to a regular expression of all possible values
(B)by comparing it to a set of possible values
(C)by using the validate property with required keywords
(D)by comparing it to a default value

User Cask
by
5.2k points

1 Answer

4 votes
D, is the correct choice here. 
User Cornelius Roemer
by
6.3k points