$& or $0 is used to insert the whole regex match. $1, $2, … up to $9 is used to insert the text matched by the first nine capturing groups. $` ( ...
確定! 回上一頁