06-09-2009, 01:14 PM
Hello All,
I am working on a web application, i have problem with the Browser title i am try to make it regular expression
Browser
OTHER PAYMENT INQUIRY : RECEIPT NO.( 03027420491200000201 )
-> 03027420491200000201 will varied
I try to make
OTHER PAYMENT INQUIRY : RECEIPT NO\.\( \d[0-9] \)
and
OTHER PAYMENT INQUIRY.*
it not work, Can you please help me ?
Kamonwan
I am working on a web application, i have problem with the Browser title i am try to make it regular expression
Browser
OTHER PAYMENT INQUIRY : RECEIPT NO.( 03027420491200000201 )
-> 03027420491200000201 will varied
I try to make
OTHER PAYMENT INQUIRY : RECEIPT NO\.\( \d[0-9] \)
and
OTHER PAYMENT INQUIRY.*
it not work, Can you please help me ?
Kamonwan