SyntaxFix
Write A Post
Hire A Developer
Questions
Just some more info on how to get all list elements availlable in String
a = ['a', 'b', 'c'] str = "a123" list(filter(lambda x: x in str, a))