Skip to content

Commit

Permalink
Merge pull request #102 from fhdsl/removing-redundant-sentence-unders…
Browse files Browse the repository at this point in the history
…tanding-chapter

[Understanding] Remove redundant sentence
  • Loading branch information
ehumph authored Jul 21, 2023
2 parents 0343d84 + d8a85b4 commit 95e68fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06-understanding_other_ppl_code.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ ottrpal::include_slide("https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWD

## Example Three: Interpreting Regex

Regex (short for Regular Expressions) is a powerful tool used to describe patterns in text. It's a sequence of characters that define a search pattern. Regular expressions can be a powerful tool for data cleaning, text mining, and data validation. They are widely used in web development, data science, and other fields where text processing is important. They can also be tricky to understand at first because they involve a specific syntax that can be complex.
Regex (short for Regular Expressions) is a sequence of characters that define a search pattern. Regular expressions can be a powerful tool for data cleaning, text mining, and data validation. They are widely used in web development, data science, and other fields where text processing is important. They can also be tricky to understand at first because they involve a specific syntax that can be complex.

We can use [ChatGPT](https://chat.openai.com/) to explain regex in a bit of someone else's code.

Expand Down

0 comments on commit 95e68fe

Please sign in to comment.