Update regexps.qmd (#1062)
* Update regexps.qmd Fixed an error. * Update regexps.qmd Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
This commit is contained in:
parent
2110e26f22
commit
7d4f86ca66
|
@ -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 make the same mistake twice.)
|
||||
If you later get more into programming and learn about unit tests, you can then turn these examples into automated tests that ensure you never make the same mistake twice.)
|
||||
|
||||
### Boolean operations {#sec-boolean-operations}
|
||||
|
||||
|
|
Loading…
Reference in New Issue