gsub can also take a block which can use all of the global match variables, such as $& , $' , $1 , $2 , to build up a replacement string.
確定! 回上一頁