I got a string like “Save Action; Changed From[] To[test; more test]; Changed From[testing; more testing] To[good]”
I have to split the string by ‘;’. But it should ignore ‘;’ with in the []. Can some one give me a Regex pattern for that.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending on language/regex flavor you could use: