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*'