Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

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
  1. //Wildcard String matching, wrote by Aikar@windower.net
  2. bool strmatchwc(const char* pattern, const char* string, bool Escape = false)
  3. {
  4.         static int i = 0;
  5.         if(!pattern || !string) return false;
  6.         if(!*pattern || !*string)
  7.         {
  8.                 if(!*pattern && !*string)
  9.  
831839 - bacula fileset example with sele: bacula compression wildcard wildfile
  1. FileSet {
  2.   Name = "Srv-Home"
  3.   Include {
  4.     Options {
  5.       # al gecomprimeerd
  6.       wildfile = "*.Z"
  7.       wildfile = "*.gz"
  8.       wildfile = "*.GZ"
  9.  
fantasy-obligation