Hi I really don't understand Regular Expressions :P
This is the input string:
"{\"Name\", \"Surname\", \"Age\", \"Other string with letters and numbers\"}"
And this is the output array of strings that i want:
- Name;
- Surname;
- Age;
- Other string with letters and numbers
In other words, i have to eliminate ", { and ,