c# - How to get all matches in strings that are located between double curly brackets? -


how matches in text

 string text={{string1}}{{string2}}{{string3}}{{string4}}; 

and returns

string1 string2 string3 string4 


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -