Dprogramming.com - The D Programming Language [archived content]
Directory

Home
News
Wiki
Entice Designer
DCode editor
Linkdef
bintod
Tutorial
D FAQ
Code
    bintod
    DFL GUI
    D irclib IRC
    fileprompt
    ini files
    Linkdef
    list linked list
    mtext
    Splat sockets
    trayicon
    wildcard
Contact
Paste
Links

wildcard

Module with a function for wildcard comparisons. Get it here.

Example:
if(wildMatch("Hello*D", "hello world"))
  printf("They match!");
Copyright © 2004-2008 Christopher E. Miller