Contents | Index | Search


  • Introduction
    • Getting started
    • Criteria View
      • Advanced Interface
        • Options tab
        • Date/Time Selection
      • Basic Interface
    • File List View
    • Contents View
    • Export Results
    • Hints & Tips
    • Questions/Comments ?
  • Configuration
    • History Settings
    • Character Processing Settings
    • Shell Integration Settings
    • IFilters Settings
    • Localization Settings
    • Folder Settings
  • Advanced features
    • Command Line
    • Expression Types
    • Boolean Expressions
    • Unicode Support
    • DOS Expressions
  • Wizards
    • Search Wizard
    • Expression Wizard (Expr Wiz)
  • Regular Expressions
    • Quick Start
    • What is a regular expression?
    • Regular expression basics
    • *, ?, + (Occurrence characters)
    • \ (Escape character)
    • | (Expression OR)
    • (...) (Expression group)
    • [...] (Character lists)
    • . (Wildcard character)
    • $ (End of string)
    • ^ (Beginning of string)
    • Other Examples