正则表达式'b[aeiu]t'可以匹配的字符串个数为()(1)'bat'(2)'baeiut'(3)'bet'(4)'bit'(5)'but'
查看答案
正则表达式 '[1a][2b]'可以匹配的字符串的个数为()(1)'1a' (2)'2b' (3) '12' (4)'1b' (5)'a2' (6)'ab'
A. 3
B. 4
C. 5
D. 6
正则表达式 '\bthe' 可以匹配字符串中的'the'(字符串'the'左边有边界)A. 正确B. 错误
A
B
正则表达式'\bthe\b'可以匹配字符串'the'(字符串'the'左右两边都有边界)。A. 正确B. 错误
A
B
正则表达式'\Bthe'可以匹配字符串'agthe dad'中的'the'.A.正确B.错误
A
B