CoderDojoPotsdam / regex-tutorial

Interactive Tutorial for Regular Expressions | Interaktives Tutorial für Reguläre Ausdrücke
https://coderdojopotsdam.github.io/regex-tutorial
11 stars 17 forks source link

fix: make challenge fail when lines match incompletely but should not match at all #123

Closed moormaster closed 5 months ago

moormaster commented 5 months ago

... fixes a bug in challenge 07-04 where the pattern "word" was accepted though the reference pattern says that the lines "words" and "one word" should not match at all:

image

niccokunzmann commented 5 months ago

Thank you!