05-25-2009, 11:06 AM
Hi,
Can anyone help me to write the regular expression for
==> 20DCTNB1 changes very often
I tried
but not working.
Anyone help me.
Regds,
samy G
Can anyone help me to write the regular expression for
Code:
<html> Container <font color = red><B>20DCTNB1</B> </font> does not exist in the inventory. Considered as a Dummy Container </html>
==> 20DCTNB1 changes very often
I tried
Code:
<html> Container <font color = red><B>\w[A-Za-z0-9]{8}</B> </font> does not exist in the inventory. Considered as a Dummy Container </html>
Code:
<html> Container <font color = red><B>".*TN*\."</B> </font> does not exist in the inventory. Considered as a Dummy Container </html>
but not working.
Anyone help me.
Regds,
samy G