From 030092229ada02b2cbc20e1b180763670436c9b9 Mon Sep 17 00:00:00 2001 From: "Y. Yu" <54338793+PursuitOfDataScience@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:39:38 -0400 Subject: [PATCH] Update regexps.qmd (#1063) Removed repetitious part. --- regexps.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regexps.qmd b/regexps.qmd index 9622afb..d4ed741 100644 --- a/regexps.qmd +++ b/regexps.qmd @@ -330,7 +330,7 @@ str_detect(neg, pattern) It's typically much easier to come up with positive examples than negative examples, because it takes some time until you're good enough with regular expressions to predict where your weaknesses are. Nevertheless they're still useful; even if you don't get them correct right away, you can slowly accumulate them as you work on your problem. -If you you later get more into programming and learn about unit tests, you can then turn these examples into automated test that ensure you never you never make the same mistake twice.) +If you you later get more into programming and learn about unit tests, you can then turn these examples into automated test that ensure you never make the same mistake twice.) ### Boolean operations {#sec-boolean-operations}