Posts: 10
Threads: 6
Joined: Oct 2008
Reputation:
0
10-03-2008, 04:02 AM
Hi,
I am testing Windows Forms app, with Test Advantage add-in.
Have a question, how to use reg exp for the following:
"10/2/2008 4:24:05 PM"
Thanks
Raj
Posts: 4
Threads: 1
Joined: Sep 2008
Reputation:
0
10-10-2008, 02:22 AM
here no were u r using objregexpr, does that really needed??
Posts: 71
Threads: 1
Joined: Jul 2008
Reputation:
0
10-17-2008, 08:33 PM
yes actually not needed copy paste error :-)
Posts: 130
Threads: 0
Joined: Jul 2008
Reputation:
0
11-29-2008, 11:09 PM
If you using OR chage the object to regular expressionwth the value below and if it is descriptive use tehe below on the code..
For "10/2/2008 4:24:05 PM"
Regular Exp: "\d?\d/\d?\d/\d\d\d\d \d?\d:\d?\d:\d?\d .M"
or "\d?\d/\d?\d/\d\d\d\d \d?\d:\d?\d:\d?\d AM|\d?\d/\d?\d/\d\d\d\d \d?\d:\d?\d:\d?\d PM"