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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -