Skip to content
Discussion options

You must be logged in to vote

Use regex in filter input.
(abc|xyz) => abc or xyz in name.
.*(abc.*xyz|xyz.*abc).* => contains both string.
Make sure to escape special regex characters with \. Ask AI about those special characters. They can also easily write a regex for your

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by littleantgithub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
2 participants