Packages

Brace expansion, as known from sh/bash, in Elixir. Quick example: ExBraceExpansion.expand("file-{a,b,c}.jpg") => ["file-a.jpg", "file-b.jpg", "file-c.jpg"]

Packages depending on ex_brace_expansion

1 package
  • Globbing paths without walking the tree! Elixir and Erlang provide `wildcard` functions in the stdlib. But these will walk the directory tree. If you simply want to test whether a file path matches...

    Published about 10 years ago

    63
    recent downloads
    total downloads: 7 574
1 package of 1 total

Checksum

Dependency Config

mix.exs

rebar.config

erlang.mk

Package Details

Downloads Last 30 days, 0.0.2
0 20 40 60 80

this version

7 781

yesterday

2

last 7 days

14

all time

8 202

Last Updated

Apr 07, 2015

License

MIT

Build Tools

mix

Links

Owners