Test regular expressions against sample text. Useful for grep patterns, validation rules, log searches and general pattern practice.
error|warning|failed matches common log problem words.\b\d{3}\b matches three digit numbers, useful for HTTP status codes.\d+\.\d+\.\d+\.\d+ roughly matches IPv4 addresses.^ERROR matches lines starting with ERROR.