Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Dim pattern As String = "[H](.*?)[/H]"
  2. Dim input As String = "[H]GOODYEAR[/H] [H]TIRE[/H] & RUBBER COMPANY"
  3. Dim SearchedResult() As String = Regex.Split(input, pattern, RegexOptions.IgnoreCase)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement