diff --git a/Answer.md b/Answer.md new file mode 100644 index 0000000..c5487fb --- /dev/null +++ b/Answer.md @@ -0,0 +1,19 @@ +Homework 1: + +Updating ... + + +Homework 2: Write regex that match all words + ^[^abek][^gmkb]\wfe$ + +Homework 3: Write regex that match all words + ^c[^h]{1}\w*te$ + +Homework 4: Write regex that match all words + + ^\w*(?:sign|ect|sis)+(?!\w*(xt|me|de)$)\w*$ + +Homework 5: Write regex that match all words + +5.1 Do not have trac: + ^(?:(?!trac)\w)*$