Remove spaces between Chinese characters and between Chinese characters and punctuation
Source:R/remove_tag.R
clip_remove_spaces.Rd
Remove spaces between Chinese characters and between Chinese characters and punctuation
Examples
if (FALSE) {
Sys.setenv(CLIPR_ALLOW=TRUE)
clipr::write_clip("\\u4f60 \\u597d\\u554a \\uff01", allow_non_interactive = TRUE)
clip_remove_spaces()
clipr::read_clip()
}