We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ba1d1 commit beb010aCopy full SHA for beb010a
data/strings-patterns.yml
@@ -137,7 +137,7 @@ questions:
137
- {value: 'abcdefghi12345abc', correct: false}
138
- {value: 'None of the above', correct: false}
139
-
140
- question: 'Which PCRE regular expression will match the string PhP5-rocks'
+ question: 'Which PCRE regular expression will match exactly the string PhP5-rocks'
141
answers:
142
- {value: '/^[hp1-5]*\-.*/i', correct: true}
143
- {value: '/[hp1-5]*\-.?/', correct: false}
0 commit comments