Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 197 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 197 Bytes

wordCounter

A perl program which counts the number of words appearing in the document. There are specific constraints as to what defines a word so the code relies heavily on regular expressions.