51Testing软件测试论坛

标题: 正则表达式的问题 [打印本页]

作者: maguschen    时间: 2006-10-11 11:58
标题: 正则表达式的问题
wIntegrate.SessionCtrl.1


以上这段话怎么用正则表达式表示出来?我想要的特征只是前面的 “wIntegrate”

我尝试过以下方式,都不行


wIntegrate\..*\.1
wIntegrate\..*\..*
sdlkfj1
作者: xiaonan    时间: 2006-10-11 15:10
/^wIntegrate/可以吗?看看正则表达式的帮助,
作者: maguschen    时间: 2006-10-11 16:54
这样子可以
  1. set testobject = Window("regexpwndtitle:=ERALink.*").ActiveX("progid:=wIntegrate.SessionCtrl.1")
复制代码


这样子不行……


  1. set testobject = Window("regexpwndtitle:=ERALink.*").ActiveX("progid:=^wIntegrate")

  2. set testobject = Window("regexpwndtitle:=ERALink.*").ActiveX("progid:=wIntegrate.*")

复制代码


帮助看了……没啥进展啊
作者: skyzhu    时间: 2006-10-11 17:13
标题: 试试
wIntegrate\.\w*\.1
wIntegrate./\w*/.1




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2