Update regexps.qmd (#1063)

Removed repetitious part.
This commit is contained in:
Y. Yu 2022-08-16 12:39:38 -04:00 committed by GitHub
parent e43568df7a
commit 030092229a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}