Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 529 Bytes

Searching for Answers in a Text-Based Universe

A Brief Introduction to Regular Expressions

Regular expressions are a powerful way to express patterns in text, and are incredibly useful for hunting through large blocks of text for the proverbial needle, or replacing multiple instances of one pattern with another.

This repo contains the example files used during the Physics Coding Club session on regex, which you can find here.