a regular expression including three capture groups const regex = /(Jane|John|Alison)\s(.*?)\s(Smith|Smuth)/;. The regular expression above ...
確定! 回上一頁