String manipulation in c# wpf
string text = "try your {{equal|even out|regularize}
out|steady|tied|equal}";
Actually I want to split all words with in the outer brackets {}
for example this is the string "{{equal|even out|regularize}
out|steady|tied|equal}" I want split result array like this
equal
even out
regularize
out
steady
tied
equal
Please help me Thanks in advance!
No comments:
Post a Comment