Which of the following statements is true?
a. Ranges of characters can be represented by placing a ~ between two characters.
b. [^Z] is the same as [A~Y].
c. Both “A*” and “A+” will match “AAA”, but only “A*” will match an empty string.
d. All of above.
c. Both “A*” and “A+” will match “AAA”, but only “A*” will match an empty string.
Computer Science & Information Technology