For example, if the regular expression is abc*, the strings matched will be ab, abc, abcc, abccc, abcccc, etc. The expression [bc]* will match ...
確定! 回上一頁