Python Hapus semua Elemt dalam daftar yang berisi string

l = [elem for elem in elem_list if not 'mystringhere' in elem]
Biggus Dickus