psolin / cleanco

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

Prefixes not working correctly #79

Closed MyrtheLammerse closed 2 years ago

MyrtheLammerse commented 2 years ago

basename("Company, Inc.") works perfectly. However, if the Inc. is moved to the front, it does not get stripped.

Both basename("LLC, company") (with comma) and basename("LLC company") (without comma) do not work.

Using cleanco v2.2