Configuration type option regex support
See original GitHub issueI think it would be helpful to add regex support to type option in configuration, Example:
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "regexPattern",
"section": "Custom Section"
}
]
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Options for regular expression | Microsoft Learn
Learn how to use regular expression options in .NET, such as case-insensitive matching, multiline mode, and right-to-left mode.
Read more >Regular expression support | Filebeat Reference [8.5] - Elastic
Filebeat regular expression support is based on RE2. Filebeat has several configuration options that accept regular expressions.
Read more >regex - Functions - Configuration Language | Terraform
The regex function applies a regular expression to a string and returns the matching substrings.
Read more >RegEx Tool | Alteryx Help
Configure the Tool. Select the Column to Parse. In Format to Convert... Enter your Regular Expression. Use the "+" button to access common ......
Read more >Regular expression (regex) reference - Pexip Infinity Docs
Character Description Example
. Matches any single character. a.c matches aac, abc, azc, a2c, a$c e...
\d Matches a decimal digit character (i.e. 0‑9). a\d...
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 FreeTop 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
Top GitHub Comments
@farzadso seems like a reasonable use-case 👍
@bcoe You are right
mocha
does support regex: https://mochajs.org/#-grep-regexp-g-regexp,