Groups & Lookaround. (abc), capture group. \1, backreference to group #1. (?:abc), non-capturing group. (?=abc), positive lookahead.
確定! 回上一頁