[請問] 程式語言正規表達式

作者: APE36 (PT鄉民)   2014-06-17 23:56:25
請寫出下列敘述的正規表達式(regular expression):
“Each word must start with two digits, followed by a upper case letter, and
then followed by at least one letter either upper case or lower case.”
請問關於這段的表達式,沒有相關 關鍵字 要如何解答呢??
請益一下解答的方向是??
作者: dcfgh (飲冰室雜魚)   2014-06-18 00:26:00
[0-9][0-9][A-Z][a-zA-Z]* 之類的...
作者: s25g5d4 (function(){})()   2014-06-18 00:36:00
\d\d[A-Z][a-zA-Z]+

Links booklink

Contact Us: admin [ a t ] ucptt.com