K kangjianfeng Member Licensed User Longtime User Nov 7, 2012 #1 Dim components() As String components = Regex.Split(",", "abc,def,,,,") 'returns: "abc", "def" ???
margret Well-Known Member Licensed User Longtime User Nov 7, 2012 #2 That is correct. There is no other data between the other quotes. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 7, 2012 #3 BTW, you can use StringUtils.LoadCSV if you want to parse CSV files. Upvote 0