Closed cactorium closed 6 years ago
Hey there! Using completeSuffix() breaks handling PDF documents where there's a dot anywhere in the name, like DS-000189-ICM-20948-v1.3.pdf So would it make sense to use suffix() instead? Great project btw!
completeSuffix()
DS-000189-ICM-20948-v1.3.pdf
suffix()
Makes sense ! Well seen. Thanks.
Hey there! Using
completeSuffix()
breaks handling PDF documents where there's a dot anywhere in the name, likeDS-000189-ICM-20948-v1.3.pdf
So would it make sense to usesuffix()
instead? Great project btw!