Skip to content

Regular expression magic for the IPython Notebook

License

Notifications You must be signed in to change notification settings

tedkirkpatrick/regexmagic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Regular expression magic for the IPython Notebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published