Skip to content

Consider removing more non ascii in replace_non_ascii #34

@trinker

Description

@trinker

Would need a replacement argument

textclean::replace_non_ascii("\u0003What was the most important")
## [1] "\003What was the most important"

stringi::stri_replace_all_regex(textclean::replace_non_ascii("\u0003What was the most important"), '[^ -~]+', ' ')
[1] " What was the most important"

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