Question:You want to design a form validation mechanism. Using string methods, which of the following are the steps involved ?
A Check for the presence of certain characters
B Check the position of substrings
C Test the length of data
D Check the variable type of the strings
+ AnswerA B C
+ Report