Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 318 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 318 Bytes

regexmagic

A regular expression magic for the IPython Notebook that emulates some of the capabilities of the interactive matcher at http://regexpal.com.

IPython presently interprets {x} to mean 'expand variable x', so regular expressions like '\d{4}' must be written as '\d{{4}}'. We're working on it...