Summary
Expands all brace ranges in a pattern, returning a sequence containing every possible combination.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .IO .Globbing - Containing Type
- Globber
Syntax
public static IEnumerable<string> ExpandBraces(string pattern)
Parameters
Name | Type | Description |
---|---|---|
pattern | string | The pattern to expand. |
Return Value
Type | Description |
---|---|
IEnumerable |
The expanded globbing patterns. |