Skip to content

Detect terms in compound strings #283

@bhourahine

Description

@bhourahine

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions