02-03-2009, 12:04 PM
Hi Lakshjai,
All the above expressions will not work because "(" and ")" are special charecters in RegEXP.
Pls use below Regular Expression.
"Rejection \([0-9]\)"
It should work
Thanks
VENKATA
All the above expressions will not work because "(" and ")" are special charecters in RegEXP.
Pls use below Regular Expression.
"Rejection \([0-9]\)"
It should work
Thanks
VENKATA