i was wondering is there’s only one way ( regex ) to split string after each # symbol
here’s how looks result, which i want to split in string variables
27173316#sometext.balbalblabba#4849489#text#text2#number
I want to past each value before # in string variable or array
i was wondering is there’s only one way ( regex ) to split string
Share
You can just use String.Split: