Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelberra committed Jan 30, 2024
1 parent 06933d8 commit a5e09cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/tools_and_languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ nav_order: 3

* Expressions rationnelles (ou régulières, d’où l’abréviation « regex »), pour réaliser requêtes et transformations avancées
* `?regex`
* Rappels très clairs et adaptés à RStudio
* [Work with Strings Cheat Sheet](https://www.rstudio.com/resources/cheatsheets/), page 2 (*cheat sheet* du package `stringr`, utile même si vous n’utilisez pas ce package)
* [RegExCheatsheet](https://www.rstudio.com/wp-content/uploads/2016/09/RegExCheatsheet.pdf)
* Rappels très clairs et adaptés à RStudio : [Work with Strings Cheat Sheet](https://rstudio.github.io/cheatsheets/html/strings.html#regular-expressions) (*cheat sheet* du package `stringr`, version HTML en ligne ou page 2 de la version PDF)
* [R et les expressions régulières](https://thinkr.fr/r-les-expressions-regulieres/)
* Exercices interactifs : [Regexone](https://regexone.com/)
* Apprendre et tester en ligne : [Regex101](https://regex101.com/)
Expand Down

0 comments on commit a5e09cc

Please sign in to comment.