Skip to contents

Remove spaces between Chinese characters and between Chinese characters and punctuation

Usage

clip_remove_spaces()

Value

a piece of text to you Clipboard.

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()
}