--filter --exclfilter re.search - may need addition to documentation
See original GitHub issueHi!
I have been trying to use the --filter and --exclfilter options (which the documentation says uses re.search to include or exclude multiple terms but cannot seem to figure out how to do it. Maybe it is not possible as I see Python also has a re.findall.
Any advice on how this works would be appreciated! Frederick
Issue Analytics
- State:
- Created 9 months ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
FILTER function - Microsoft Support
The FILTER function filters an array based on a Boolean (True/False) array. ... Notes: An array can be thought of as a row...
Read more >Advanced Filters: Excel's Amazing Alternative To Regex
Learn powerful filtering options with Excel's advanced filters. They're regex on roids!
Read more >Using search in filter controls | Create & View Content | Learning
Overview. This article shows you how to use the search functionality that is built into various filter controls. 2. Hierarchy filters.
Read more >Feature Focus: Filtering Regular Expressions with Saved Search
This week, we're focusing in on filtering regular expressions with saved searches. You might be thinking to yourself, “What is a regular ...
Read more >4.1 Creating Filters with Regular Expressions
Where available, include and exclude filters can be used independently or ... you are only searching for included strings, you can leave the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

added an example to usage.md
Thanks! That worked.
Might be a good idea to add that to the documentation.