From 485da25d2876c0f953f252f4c47b8b25a3ef337a Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 5 Apr 2014 16:13:18 -0700 Subject: [PATCH] Updated SC2022 (markdown) --- SC2022.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SC2022.md b/SC2022.md index 6ec4dcb..72233e0 100644 --- a/SC2022.md +++ b/SC2022.md @@ -1,5 +1,4 @@ -# Note that c* does not mean "c followed by anything" in regex. - +# Note that unlike globs, o* here matches 'ooo' but not 'oscar' ### Problematic code: grep 'foo*'