-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having trouble using filterFile #60
Comments
it uses the regex defined in http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
|
I tried it already :
|
Oops.. it's JSON
|
Not working either :/ Tried & too.. Should I place it between quotes or slashes ? |
Line 85. You should not need slashes, you'll see them in the filter tests b/c that It should be something very much like: I'll try to debug it this weekend if you don't figure it out. On Thu, Jun 11, 2015 at 3:50 PM, AntoineGagnon [email protected]
|
This is a bug. It is actually trying to write the & to the output file. It shouldn't be doing that. |
This works
|
I am having some trouble using the filterFile argument, I am trying to ignore file names containing the & character. I tried using &, .&. and the same by escaping the & character using &
I don't get what kind of regural expression I am supposed to use ?
The text was updated successfully, but these errors were encountered: