Skip to content

Default space separators are arbitrarily set. #1

@ToBeReplaced

Description

@ToBeReplaced

Presently, the spaces matched on are:

"-" " " "_" "," "/" "|"

I'm not sure what the appropriate set is.

" " feels like it must be included because it is a natural separator.
"-" and "_" feels like they should be included because they are common separators in programming languages.
"." feels like it should not be included because it often means something different than a word-separation (ex. schema.table in SQL or package.module in Python).

I don't have any insight into the others. Feedback requested.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions