Separate string by tab characters August 28, 2023 by Tarik string s = "123\t456\t789"; string[] split = s.Split('\t');