Packages
sweet_xml
0.7.5
68 288 718+
A sweet wrapper of :xmerl to help query XML docs
Last Updated:
about 1 year ago
ex_brace_expansion
0.0.2
8 204+
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"]
Last Updated:
about 10 years ago
ex_minimatch
0.0.1
7 576+
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 a glob, ExMinimatch is for you.
Last Updated:
about 10 years ago