Krauss wildcard-matching algorithm: Difference between revisions

Content deleted Content added
No edit summary
Line 1:
In [[computer science]], the '''Krauss wildcard-matching wildcards algorithm''' is a [[pattern matching]] algorithm. Based on the [[wildcard character|wildcard syntax]] in common use, e.g. in the [[Microsoft Windows]] [[command-line interface]], the algorithm provides a non-[[Recursion|recursive]] mechanism for matching patterns in software applications, based on syntax simpler than that typically offered by [[regular expression]]s.
 
== History ==