I have a long string of text delimited by a character (pipe character). I need to get the text between the 3rd and 4th pipes. Not sure how to go about this…
Open to regex or non-regex, whichever is the most efficient. Especially open to extension method if none exist to be able to pass in:
- seperatorChar
- index
If
doesn’t do what you mean, you need to explain in more detail.