Wild Cards & Truncation

Introduction

Operator

Formats

 
Function/Command

Format

Examples, Notes
truncation:
any # of characters

?

  • flow? finds:
    • flow, flows, flowing, flower, flowed, flowmeter, etc.
truncation:
exact # of characters

??, ???, etc

  • catalog?? finds:
    • catalogue, cataloged, catalog, catalogs, etc.
truncation:
1 additional character

? ?

  • cat? ? finds:
    • cat, cats, Cato
embedded wild card:
exact # of characters
??, ???, etc
  • wom?n finds:
    • women, woman, womyn
  • princip??s finds:
    • principals, principles