Skip to content

Commit

Permalink
set up regex page
Browse files Browse the repository at this point in the history
  • Loading branch information
lillianw101 committed Feb 8, 2024
1 parent fa7473a commit 5aee8c2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
20 changes: 20 additions & 0 deletions regex/regex.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5aee8c2

Please sign in to comment.