str_replace_all (out, "\\[(.*)\\]", "X") ## [1] "abcX" "abcX" "abcX" "abcX". In this case, we match the first left bracket (indicated by the \\[ ), followed ...
確定! 回上一頁