From 0703267e129a26a8a93a17bcb7d7dfa4be93a7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Wed, 12 Jan 2022 18:03:33 +0100 Subject: [PATCH] Update README.md --- subjects/its-a-match/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/its-a-match/README.md b/subjects/its-a-match/README.md index d91619d54..fe043e7e7 100644 --- a/subjects/its-a-match/README.md +++ b/subjects/its-a-match/README.md @@ -13,7 +13,7 @@ Create 4 regular expression in variables: only when it is in the end. - `beginEnd` matches with the expression 'hi', - only when it is in the beginning and the end. + only when it is exactly hi. ### Notions