[Solved] How can I get the string between two tags [closed]


use this pattern: @"\[video.*?\](.*?)\[/video\]" and then get group 1. I won’t post the whole code because I dont want to do your work for you. Read about C# Regexes, Patterns and try to write your code with this pattern.

1

solved How can I get the string between two tags [closed]