In the middle of attaching a Google Custom Search Engine onto my page,
I have a string which I would declare in C# as
String rxPattern = "<(?>\"[^\"]\"|'[^']'|[^'\">])*>";
How do I convert it to a string in VB? I mean store the same value into the string variable rxPattern using VB/VB.NET?