HomeSoftware Remove a word in a String or Trim Word Vb.net | TechbyMati byMatibar -November 24, 2022 Contents Remove a word in a String or Trim Word Vb.net | TechbyMati Dim str As String = "TX195" 'str = str.Substring(2) or str = str.Remove(0, 2) lbl_test.Text = str Tags: Software Facebook Twitter