File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 12
12
<!-- See create_labs.md for how to create your own lab! -->
13
13
14
14
<!-- Sample expected answer -->
15
- < script id ="expected0 " type ="plain/text ">
16
- cat
17
- </ script >
15
+ < script id ="expected0 " type ="plain/text "> cat </ script >
18
16
19
17
<!-- Full pattern of correct answer -->
20
- < script id ="correct0 " type ="plain/text ">
21
- cat
22
- </ script >
18
+ < script id ="correct0 " type ="plain/text "> cat </ script >
23
19
24
20
<!-- Sample expected answer -->
25
- < script id ="expected1 " type ="plain/text ">
26
- ABBBB
27
- </ script >
21
+ < script id ="expected1 " type ="plain/text "> A + BB * </ script >
28
22
29
23
<!-- Full pattern of correct answer -->
30
24
< script id ="correct1 " type ="plain/text ">
42
36
^ \^
43
37
text : We are looking for 'cat' anywhere , not just the beginning ,
44
38
in this exercise .
39
+ - present : | -
40
+ C
41
+ text: Regexes are normally case - sensitive . Use a lowercase c .
42
+ examples :
43
+ - - "C"
45
44
- absent : | -
46
45
c
47
46
text: If you are searching for "cat" you need to look for a "c"
You can’t perform that action at this time.
0 commit comments