web
Sie sind offline. Dies ist eine schreibgeschützte Version der Seite.
close

Online-Hilfe-Center

  • Suchen
  • Support
    • Für Zuhause
    • Für Business
  • Deutsch
    • Bahasa Indonesia (Indonesian)
    • Dansk (Danish)
    • Deutsch (German)
    • English (Australia)
    • English (US)
    • Español (Spanish)
    • Français (French)
    • Français Canadien
      (Canadian French)
    • Italiano (Italian)
    • Nederlands (Dutch)
    • Norsk (Norwegian)
    • Polski (Polish)
    • Português - Brasil
      (Portuguese - Brazil)
    • Português - Portugal
      (Portuguese - Portugal)
    • Svenska (Swedish)
    • ภาษาไทย (Thai)
    • Tiếng Việt (Vietnamese)
    • Türkçe (Turkish)
    • Čeština (Czech)
    • Ελληνικά (Greek)
    • Български (Bulgarian)
    • Русский (Russian)
    • עברית (Hebrew)
    • اللغة العربية (Arabic)
    • 日本語 (Japanese)
    • 简体中文
      (Simplified Chinese)
    • 繁體中文
      (Traditional Chinese)
    • 繁體中文 HK
      (Traditional Chinese)
    • 한국어 (Korean)
Damit diese Website korrekt funktionieren und der Datenverkehr auf ihr analysiert werden kann, verwendet sie Cookies. In unserem Cookie-Hinweis erfahren Sie mehr, darunter auch, wie Sie die Cookie-Einstellungen ändern können.
Weitere Informationen Ja, ich stimme zu
Table of Contents
Die gesuchte Seite ist nicht auffindbar oder wird derzeit gewartet
Versuchen Sie es später noch einmal oder gehen Sie zur Startseite
Zur Hauptseite gehen
Use regex in Search queries

Create Search queries that match specified patterns with regular expressions (regex).

The Search app allows up to five regex per query. To use regex, surround the pattern you want to query with forward slashes (/):
endpointHostName: /^(W|m)/
  • Search supports regex only for the string data type.
  • General Search does not support regex .
  • Use full match to search a file path. Using partial match for file path search generates an error.
  • Add a space before and after forward slashes to avoid syntax errors.

Syntax examples

Query
Result
Explanation
/^(this is a regex)/
Error
Regex queries must include the field name. Free search is not supported.
endpointHostName: /^(W|m)/
Returns results
Query has correct syntax.
filePath: /etc/pwd/config/aaa
Error
Use a backslash (\) to escape each forward slash to avoid syntax errors.
filePath: /\/etc\/pwd\/config\/aaa/
Use quotation marks and wildcards to avoid syntax errors.
filePath: "*/etc/pwd/config/aaa*"
This example is not regex.
filePath: /\/etc\/pwd\/config\/aaa/
Returns results
Query has backslashes (\) to escape forward slashes.
Online-Hilfe-Center

Support
Für Zuhause Für Business


Datenschutzhinweis
© 2025 Trend Micro Incorporated. All rights reserved.
Table of Contents
Close