Quote Originally Posted by ThomasJohnsen View Post
You can try something like:

vb Code:
  1. 'Replaces tags in text and returns the result.
  2.     Private Function replacetags(ByVal text As String, ByVal dict As Dictionary(Of String, String)) As String
Not really a big enough collection to justify a dictionary, IMHO.