Tagged Questions
1
vote
2answers
1k views
How to check if the input string is a valid VB string?
We know that VB string start and end with double quotes " "
So we have to use "" if we want " in VB string.
I wonder if there is a regular expression pattern which will match VB string?.
Thanks.