From f6081c41531219835ec60b87732d1a018119b6fc Mon Sep 17 00:00:00 2001 From: Robin Kohrs <48288925+RobinKohrs@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:07:12 +0100 Subject: [PATCH] Typo (#1126) --- regexps.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regexps.qmd b/regexps.qmd index 7b73d68..075481e 100644 --- a/regexps.qmd +++ b/regexps.qmd @@ -10,7 +10,7 @@ status("polishing") ## Introduction In @sec-strings, you learned a whole bunch of useful functions for working with strings. -In this this chapter we'll learn even more focusing on functions that use **regular expressions**, are a concise and powerful language for describing patterns within strings. +In this chapter we'll learn even more focusing on functions that use **regular expressions**, are a concise and powerful language for describing patterns within strings. The term "regular expression" is a bit of a mouthful, so most people abbreviate to "regex"[^regexps-1] or "regexp". [^regexps-1]: You can pronounce with either a hard-g (reg-x) or a soft-g (rej-x).