From d5ab57de05e7aa4f58364d2188c5ef545ea418df Mon Sep 17 00:00:00 2001 From: Kevin French Date: Mon, 14 Oct 2024 10:39:53 -0400 Subject: [PATCH] Add indication of trailing space for clarification --- episodes/02-match-extract-strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/02-match-extract-strings.md b/episodes/02-match-extract-strings.md index a1cad54b..cf17f075 100644 --- a/episodes/02-match-extract-strings.md +++ b/episodes/02-match-extract-strings.md @@ -31,7 +31,7 @@ If you look in the box on the right of the screen, you see that the expression m ### Taking spaces into consideration -Type `community `. You get three matches. Why not six? +Type `community ` (note the trailing space). You get three matches. Why not six? ::::::::::::::: solution