Re Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Intermediate | Write a new password field validator | re string module |
| Intermediate | Turn messy csv into json | re json csv string manipulation pandas |
| Advanced | Regex fun | re findall regular expressions |
| Advanced | Regex fun - part ii | re regular expressions |
| Advanced | Parse unix cal to a weekday mapping | re zip Unix |
| Advanced | Social media username validator | re namedtuple string matching regular expressions string manipulation range typing |
| Advanced | Determine the strength of a password | re string matching |