In general "XY" in the Regex Java syntax matches X followed by Y. However, there's also an OR operation, denoted by the post "|". The "X|Y" ...
確定! 回上一頁