Summary
Utility that that respect quotes when splitting a string.
- Namespace
- Cake
.Core .Text - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["QuoteAwareStringSplitter"]
class Type type-node
Syntax
public static class QuoteAwareStringSplitter
Methods
Name | Value | Summary |
---|---|---|
Split |
IEnumerable |
Splits the provided string on spaces while respecting quoted strings.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|