Matching wildcards

In computer science, an algorithm for matching wildcards (also known as globbing) is useful in comparing text strings that may contain wildcard syntax.[1] Common uses of these algorithms include command-line interfaces, e.g. the Bourne shell[2] or Microsoft Windows command-line[3] or text editor or file manager, as well as the interfaces for some search engines[4] and databases.[5] Wildcard matching is a subset of the problem of matching regular expressions and string matching in general.[6]

  1. ^ "Wildcard characters". ScienceDirect. 2018.
  2. ^ Quigley, Ellie (2005). UNIX Shell Programming QuickStart. InformIT.com.
  3. ^ "MS-DOS and Windows Wildcard Characters". Microsoft Developer Network Library. 31 May 2018.
  4. ^ "Apache Lucene - Query Parser Syntax". Apache Lucene 2.9.4 Documentation. 2006.
  5. ^ "SQL Wildcards". W3Schools. 2018.
  6. ^ Goyvaerts, Jan (2018). "Welcome to Regular-Expressions.info". RegularExpressions.info.