Filtering a list #7836
Filtering a list
#7836
-
|
How can I filter a list? For example, with a basic string, I can do this:
How can I do something similar with a list, like |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Jul 17, 2025
Replies: 1 comment 4 replies
-
|
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
powerfulsaber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
contains()works for lists as well (although it can't.lower()the elements first)