-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Human recognizable substrings that containing match terms don't seem to be detected. I did not find anything in the documentation for this situation.
If 'word' is in the list, camelCaseCompoundWord is missed, but also constructs like \nWord\n won't be found
Describe the solution you'd like
Possibly regex support for general support matches? Command line flag(s) for detecting common compound situations (camel etc. case, match words with non-text character surrounds including escaped characters).
Describe alternatives you've considered
Regex aware matching tool (grep) and some direct checking of text myself.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request