Return string from between two matched strings


/ Published in: C#
Save to your folder(s)

This code will take a start and end string and then search for them within the subject string. It returns what is between the start and end strings. As an example, if I had the following text...

Some test text string, with a start and an end .

...I could call this function to get the text between the and the strings. This function will return: "and an end"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.