result_length = ((s/p)*(r-p)+s) where s = length of source string p = length of pattern string r = length of replacement string if (r-p) <= 0, result length ...
確定! 回上一頁