Summary
Splits the provided string on spaces while respecting quoted strings.
- Namespace
- Cake
.Core .Text - Containing Type
- Quote
Aware String Splitter
Syntax
public static IEnumerable<string> Split(string text)
Parameters
Name | Type | Description |
---|---|---|
text | string | The string to split. |
Return Value
Type | Description |
---|---|
IEnumerable |
The split, individual parts. |