-
Notifications
You must be signed in to change notification settings - Fork 101
Base name is not working with some names #77
Open
Description
I checked some of the scenarios where basename function giving empty result.
from cleanco import basename
print("Base name name for {} : {}".format('IKS APS', basename("IKS APS")))
print("Base name name for {} : {}".format('S.C.S & COMPANY', basename("S.C.S & COMPANY")))
print("Base name name for {} : {}".format('COOP', basename("COOP")))
Metadata
Metadata
Assignees
Labels
No labels