Advertising
advertising
related pastes to tag 'wildcard'
- 1228357 - Wildcard String Matching / By Ai: c card useful string snippet cpp code wildcard wild match matching utility
-
- //Wildcard String matching, wrote by Aikar@windower.net
- bool strmatchwc(const char* pattern, const char* string, bool Escape = false)
- {
- static int i = 0;
- if(!pattern || !string) return false;
- if(!*pattern || !*string)
- {
- if(!*pattern && !*string)
- 831839 - bacula fileset example with sele: bacula compression wildcard wildfile
-
- FileSet {
- Name = "Srv-Home"
- Include {
- Options {
- # al gecomprimeerd
- wildfile = "*.Z"
- wildfile = "*.gz"
- wildfile = "*.GZ"