fork of https://github.com/bos/filemanip that can look thru symlinks
![]() Matching of the tail of all groups would continue if any matched, leading to (aa|bb) matching the string ab. Also, any empty group would mean continuing to match the rest of the terms, ignoring a non-empty matching group. This lead to (aa|a) not matching the string a. |
||
---|---|---|
examples | ||
System/FilePath | ||
.hgignore | ||
.hgtags | ||
filemanip.cabal | ||
LICENSE | ||
README.markdown | ||
Setup.lhs |
filemanip: expressive file manipulation
This package provides functions and combinators for searching, matching, and manipulating files.
Get involved!
Please report bugs via the github issue tracker.
Master git repository:
git clone git://github.com/bos/filemanip.git
There's also a Mercurial mirror:
hg clone https://bitbucket.org/bos/filemanip
(You can create and contribute changes using either Mercurial or git.)
Authors
This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.