diff --git a/Brain/regex.md b/Brain/regex.md index 3704b9a..a20e7e7 100644 --- a/Brain/regex.md +++ b/Brain/regex.md @@ -50,7 +50,6 @@ hello\s(.+) match: hello foo group 1: foo - match: hello bar group 1: bar ```