An open API service indexing awesome lists of open source software.

https://github.com/programmer-ke/simpleparser

A simple regexp example in Python
https://github.com/programmer-ke/simpleparser

Last synced: 8 months ago
JSON representation

A simple regexp example in Python

Awesome Lists containing this project

README

          

A simple Regular Expressions example in Python

It parses the text file, which contains downloaded HTML from: http://www.enotes.com/importance-being-text/act-i which is Act 1 of The Importance of Being Earnest by Oscar Wilde.

It finds the character with:
- the most number of lines
- the most number of words
- the most number of exclamations
- the most number of questions.