User Details
User Details
- User Since
- Jan 31 2018, 8:41 PM (355 w, 2 d)
- Availability
- Available
Feb 1 2018
Feb 1 2018
ilya.belopolsky added a comment to D18979: Make FileFinder's withName() + withSuffix() work like every other Query class.
@epriestley @yelirekim, to tighten up withName() to be an exact match for the find option, you would just need to preprocess the name string and escape special characters with a backslash (seems to be just *,?,[, and ] on both Mac and Linux).