I have question related to the following post Regex for splitting a string using space when not surrounded by single or double quotes Is there a way to split string when parenthesis is also involed
Input String -("This is My First String") Second Third Should split to ("This is My First String") Second Third
Input String - "This is My First String" Second Third should split to
"This is My First String" Second Third