Splitting a string on spaces but ignore section between double or single quotes
I need to split an input string at contiguous spaces into a list of strings. The input may include single or double quoted strings, which must be ignored.
I need to split an input string at contiguous spaces into a list of strings. The input may include single or double quoted strings, which must be ignored.