I have a string which at some point contains the set of characters in the following format [123].
What I would like to do is get the characters between [] but the characters in between are never the same length.
How would I go about this in VB.NET?
1 Answer