A regular expression followed by a question mark (?) matches zero or one ... For example, (ab|a)b*c could match the string abc in one of two ways.
確定! 回上一頁