文件名称:powerbuilder正则表达式,取字符串
文件大小:124KB
文件格式:RAR
更新时间:2015-10-09 02:07:26
pb powerbuilder 正则表达式
powerbuilder正则表达式,可以截取不定字符串。如 string ls_text ls_text = ' date of payment: 01.11.2004 ' …… ls_date = lnvo_re.of_getmatch(ls_text) //'01.11.2004' ls_day = lnvo_re.of_getmatch(ls_text, 1) //'01' ls_month = lnvo_re.of_getmatch(ls_text, 2) //'11' ls_year = lnvo_re.of_getmatch(ls_text, 3) //'2004'
【文件预览】:
PbRegeXP
----正则表达式测试.pbw(170B)
----regexptest.pbt(151B)
----regexp.pbl(273KB)
----regexp.bak(265KB)
----regexptest.pbl(42KB)
----PBRegExp.chm(39KB)
----regexptest.usr.opt(488B)