03-02-2014, 12:40 PM
if "Document 12456 was posted" = "Document \d+ was posted" Then Print "Yes"else print "No"end ifthe above code shows No, can't we directly compare against regexp??? I know how to match using RegExp Object, but isn't the direct comparison possible??is there any property we need to set as True??I'm using UFT11.5.