Wednesday, 7 August 2013

How to find the multiple occurrence spacial character in the given string?

How to find the multiple occurrence spacial character in the given string?

string text = "{hello|{hi}} {world}"; Actually i want the '{' and '}' each
occurrence position from the given string

No comments:

Post a Comment