Skip to content

String Sets

Derek Callaway edited this page Apr 19, 2018 · 7 revisions

strglob wiki

String Sets

Mathematically speaking, strglob's syntax actually specifies ordered multisets of strings. It accomplishes this with curly braces. For example, the string shown below expands to four (4) strings: foo, bar, baz and foo. Note that foo repeats itself at the end.


Example Input

{foo,bar,baz,foo}


Example Output

foo
bar
baz
foo