mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-11 14:19:49 +00:00
Move case sensitivity option into glob2regex.
This commit is contained in:
parent
bc1ff586c0
commit
5da1d41ddf
4 changed files with 8 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <string>
|
||||
|
||||
namespace g2r {
|
||||
std::string convert ( const std::string& parGlob );
|
||||
std::string convert ( const std::string& parGlob, bool parCaseSensitive=true );
|
||||
} //namespace g2r
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue