01-20-2010, 05:20 AM
can anyone help me figuring out the regular expression for the below kind of object
i tried giving like
its not working
any help is highly appreciated.
-g
Code:
OracleFormWindow("ADANE,EUTINIO").OracleButton("Service").Click
OracleFormWindow("ADANE,EUTINIO E").OracleButton("Service").Click
i tried giving like
Code:
((A-Z)*/,(A-Z)*/s(A-Z)*))
its not working
any help is highly appreciated.
-g