Pattern
/\b[1-5]\d{2}\b/Sample text
GET / 200 POST /api 201 error 404 port 8080Test this pattern in the editor
Three-digit status codes in access logs.
/\b[1-5]\d{2}\b/GET / 200 POST /api 201 error 404 port 8080Test this pattern in the editor
Match protocol, host, and optional path/query.
Simple FQDN matcher for hostnames in prose.
Find YYYY-MM-DD dates in logs and prose.
ISO-8601 timestamps with optional timezone.
kebab-case slugs for routes and CMS paths.
Octet-bounded IPv4 matcher for log scraping.