Loading 2023-Spring/2023-01-30-session-02/regex_intro.md +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ A regular expression, often shortened to "regex," is a sequence of characters that define a *search pattern*. Regex is used in many programming languages to perform pattern matching on strings, *i.e.*, "***find and replace***" type operations. ### Regula expression examples ### Regular expression examples A regex to match a single digit: `\d` Loading Loading
2023-Spring/2023-01-30-session-02/regex_intro.md +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ A regular expression, often shortened to "regex," is a sequence of characters that define a *search pattern*. Regex is used in many programming languages to perform pattern matching on strings, *i.e.*, "***find and replace***" type operations. ### Regula expression examples ### Regular expression examples A regex to match a single digit: `\d` Loading