-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
/DIR1/DIR2/file.txt won't match glob /DIR1/*/* #21
Comments
Thanks for reporting. |
Ok, this is fixed in latest build Thanks |
Thanks, that fixed it. Although in the testcase below: Glob glob = Glob.Parse(@"/DIR1/ab*d.txt"); The results are: |
Ok thanks, I'll add that to the test cases and will fix that shortly. |
Just wondering, do you actually need Match() as opposed to IsMatch() ? I ask because I'm tempted to drop this method until it can be written in a way that ensure it behaves identically to IsMatch. |
I really only use IsMatch() currently. |
Closing this, will open a new issue to get rid of Match(). |
Code example:
gives:
matchInfo.Success = False
The text was updated successfully, but these errors were encountered: