Quick Check 8.3 – Data 100, Summer 2020
* Required
Which snippet of text would be completely matched by the following regular expression: 1[^a-z]+2
*
1^az+2
123
132
12
Select all of the strings that fully match the regular expression pattern: ab.*A
*
abAbA
abA
ab.A
ab.
abtfghAbA
Required
(Spring 2018 Final) Given that we are using the regular expression: ta.*c which option specifies the starting and ending position (non-inclusive - i.e. Python indexing) of the first match in the string: "tacocat"
*
0-2
0-3
0-5
0-6
The string contains no matches.
Submit
This form was created inside of UC Berkeley.
Report Abuse
Forms