QuoteAwareStringSplitter.

Split(string) Method

Summary

Splits the provided string on spaces while respecting quoted strings.
Namespace
Cake.Core.Text
Containing Type
QuoteAwareStringSplitter

Syntax

public static IEnumerable<string> Split(string text)

Parameters

Name Type Description
text string The string to split.

Return Value

Type Description
IEnumerable<string> The split, individual parts.