G
Guest
I have the following C# string that I need to use in a regular expression for
VB. Does anyone know how I might convert this?
"\<td(\s+(?<Attribute>(?<key>[A-Za-z0-9]+)\s*=\s*""(?<value>[^""]*)""))+\>(?<Message>[A-Za-z0-9 <>,:?.]*)\</td\>"
Thank you.
Kevin
VB. Does anyone know how I might convert this?
"\<td(\s+(?<Attribute>(?<key>[A-Za-z0-9]+)\s*=\s*""(?<value>[^""]*)""))+\>(?<Message>[A-Za-z0-9 <>,:?.]*)\</td\>"
Thank you.
Kevin