Which of the following is not a subset of BRE (basic regular expression) character subset?
(a) *
(b) .*
(c) ^$
(d) ch+
I had been asked this question in examination.
This interesting question is from grep command topic in division Filters using Regular Expressions of Unix