[请问] 程式语言正规表达式

楼主: 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