Skip to content

Commit 45ac102

Browse files
authored
Merge pull request #41 from l-vo/patch-1
Update strings-patterns.yml
2 parents d9f7a1f + beb010a commit 45ac102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/strings-patterns.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ questions:
137137
- {value: 'abcdefghi12345abc', correct: false}
138138
- {value: 'None of the above', correct: false}
139139
-
140-
question: 'Which PCRE regular expression will match the string PhP5-rocks'
140+
question: 'Which PCRE regular expression will match exactly the string PhP5-rocks'
141141
answers:
142142
- {value: '/^[hp1-5]*\-.*/i', correct: true}
143143
- {value: '/[hp1-5]*\-.?/', correct: false}

0 commit comments

Comments
 (0)