Skip to content

Converting MyNAME to split words becomes My N A M E instead of My NAME #42

Description

@evandrocoan

The command used was convert_to_separate_words:

File: Data/Packages/CaseConversion/case_conversion.py
63: def to_separate_words(text, detectAcronyms, acronyms):
64:     words, case, sep = case_parse.parseVariable(text, detectAcronyms, acronyms, True)
65:     return ' '.join(words)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions