Closed Akshaysharma29 closed 3 years ago
I have updated the example.
>>> from cleanco import prepare_terms, basename >>> business_name = "Some Big Pharma, LLC" >>> terms = prepare_terms() >>> basename(business_name, terms, prefix=False, middle=False, suffix=True) >>> 'Some Big Pharma'
Basically, I have replaced the name with business_name. Thanks
I have updated the example.
Basically, I have replaced the name with business_name. Thanks