Skip to content

[bug] Sentence case should preserve sentences. #19

Description

@smhmd

-S should preserve sentences.

$ echo 'This is a sentence. this is another sentence' | stdrename --text -S
This is a sentence. this is another sentence
$ echo 'This is a sentence. this is another sentence.' | stdrename --text -S
This is a sentence this is another sentence

First case, this is another... should be This is another....
I'm not sure why having a dot at the end of the input results in all dots being removed in the second case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions