题目
单项选择题
Question at position 22 Which of the following strings match(es) the regular expression in following command? grep “^[ABCa-z][23]” Notes.TXT ABCa-z2345x22345Ba32ABCAll of these.
选项
A.ABCa-z2345
B.x22345
C.Ba32ABC
D.All of these.
查看解析
标准答案
Please login to view
思路分析
The question asks which strings match the given regular expression grep “^[ABCa-z][23]”.
Here we must check the first character against the character class [ABCa-z], and the second character must be either 2 or 3.
Optio......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
Are the languages of the following regular expressions the same? (a|b)*(ab)* (a*|b*)*(ab)*
Are the languages of the following regular expressions the same? (a|b)* (b|a)*
Are the languages of the following regular expressions the same? a(bc)* ab*c*
Assuming the following regex pattern "^[S][a-z]{2}" and input string"Smart Connected Systems Solutions" What is the results of the matching?
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!