diff --git a/_quarto.yml b/_quarto.yml index 78f651d..6fb1142 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -18,6 +18,7 @@ book: - jupyter_datahub/jupyter_datahub.md - autograder_gradescope/autograder_gradescope.md - pandas/pandas.md + # - regex/regex.md # - projA2/projA2.md sidebar: diff --git a/regex/regex.md b/regex/regex.md new file mode 100644 index 0000000..b0de264 --- /dev/null +++ b/regex/regex.md @@ -0,0 +1,20 @@ +--- +title: RegEx +format: + html: + toc: true + toc-depth: 5 + toc-location: right + code-fold: false + theme: + - cosmo + - cerulean + callout-icon: false +jupyter: python3 +--- + +## RegEx Misconceptions + +## How to Interpret RegEx101 + +## General Errors \ No newline at end of file