Before you get regex gung ho, try something like this:
VB Code:
  1. Dim yourstring As String = "${Wild Bill}"
  2.         yourstring = yourstring.Replace("${", "<b>${")
  3.         yourstring = yourstring.Replace("}", "}<\b>")