j-r-j 2007-8-20 12:34
为什么我的正则表达式识别不了呢?
SQAGetPropertyArray "Type=HTMLLink;HTMLId=item_\b{9}","Id",out()
为什么这个正则表达式识别不了呢?
请教大家正则表达式在robot中如何写呢?需要进行什么设置吗?
yuandjing 2007-8-21 21:33
关注中。。。
caesarqth 2007-8-22 22:53
这个函数需要包含"sqautil.sbh"的头文件
'$Include "sqautil.sbh"
具体可参考它的SQA帮助
This command requires that you include the header file SQAUTIL.SBH with the SQABasic metacommand '$Include.
j-r-j 2007-8-23 10:45
谢谢caesarqth,我写的时候也加上了这句话,可还是识别不了:(
请指教。