Updated SC2022 (markdown)

koalaman
2014-04-05 16:13:18 -07:00
parent 9f049856d4
commit 485da25d28

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