Pattern
/\d{4}-\d{2}-\d{2}/Sample text
Started 2026-07-31 Due: 2025-01-02 Not a date: 31/07/2026Test this pattern in the editor
Find YYYY-MM-DD dates in logs and prose.
/\d{4}-\d{2}-\d{2}/Started 2026-07-31 Due: 2025-01-02 Not a date: 31/07/2026Test this pattern in the editor
ISO-8601 timestamps with optional timezone.
Octet-bounded IPv4 matcher for log scraping.
Common full and compressed IPv6 forms.
Pull severity tokens from structured logs.
Host, time, and request from a Combined log line.
DD.MM.YYYY or DD/MM/YYYY calendar dates.