Can someone please explain why ccra and project (lines 1 and 3) return ccr and projec, respectively, while the other two examples return what I would expect, ccrb and projecs?"ccra_Data.mdf".trimend("_Data.mdf") #1"ccrb_Data.mdf".trimend("_Data.mdf") #2"Project_Data.mdf".trimend("_Data.mdf") #3"Projecs_Data.mdf".trimend("_Data.mdf") #4Thanks!
↧