Skip to content

Commit

Permalink
Merge pull request #41 from l-vo/patch-1
Browse files Browse the repository at this point in the history
Update strings-patterns.yml
  • Loading branch information
lex111 authored Feb 7, 2019
2 parents d9f7a1f + beb010a commit 45ac102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/strings-patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ questions:
- {value: 'abcdefghi12345abc', correct: false}
- {value: 'None of the above', correct: false}
-
question: 'Which PCRE regular expression will match the string PhP5-rocks'
question: 'Which PCRE regular expression will match exactly the string PhP5-rocks'
answers:
- {value: '/^[hp1-5]*\-.*/i', correct: true}
- {value: '/[hp1-5]*\-.?/', correct: false}
Expand Down

0 comments on commit 45ac102

Please sign in to comment.