string1 = "attachement; filename=test1234.mov" filename = string1.split('=')[1]
Jump To Top of Thread