| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Why not simply allow a regular expression? More flexible and you don't have to write an ad hoc parser for it. |
Sorry, something went wrong.
That would be fine for me too. |
Sorry, something went wrong.
Importing the usage of regular expression may add some complexity and logic confilcts. For example, what will happen if some of section names are contradictory? --NODE_DEBUG=fs,/^((?!fs).)*$/ The second regular expression matches the string not containing "fs", which is contradictory to the first argument. |
Sorry, something went wrong.
|
Simple solution: don't write a broken regex. Garbage in, garbage out. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes: #17605
Still needs documentation change. I'm opening this for discussion.
Checklist
Affected core subsystem(s)
util