An example regex that does this is 'a(b|c)' . The whole content enclosed in the opening and closing parentheses is called matching group (or capture group). You ...
確定! 回上一頁