... str_replace(example.obj, pattern = 'huge', replacement = 'giant')// 簡潔 str_replace_all(example.obj, 'sentence', '句子')gsub('山','海',chinese.obj.5) ...
確定! 回上一頁