c# - How to get all matches in strings that are located between double curly brackets? -
this question has answer here:
how matches in text
string text={{string1}}{{string2}}{{string3}}{{string4}}; and returns
string1 string2 string3 string4
this question has answer here:
how matches in text
string text={{string1}}{{string2}}{{string3}}{{string4}}; and returns
string1 string2 string3 string4
Comments
Post a Comment