The problem with this regex is that the capture group is greedy and will match anything including whitespace. Assuming that the spaces after the first and ...
確定! 回上一頁