psolin / cleanco

Company Name Processor written in Python
MIT License
322 stars 95 forks source link

Company extensions ending in punctuation #5

Closed vishalmdi closed 9 years ago

vishalmdi commented 9 years ago

Although its currently removing Inc from the end but unable to remove Inc.. or Inc. Implement multiple punctuation as optional at the end of company extension

psolin commented 9 years ago

Used regex and a while loop to fix this.