Filter out (or keep only) lines that match a keyword or regex pattern. Perfect for log filtering, CSV cleaning, and data extraction.
Type a word or phrase in the search box and choose whether to remove lines containing it or keep only matching lines. Enable Regex to use regular expressions for advanced patterns like ^ERROR (lines starting with ERROR) or \d{3}-\d{4} (phone numbers). Enable Case-sensitive for exact-case matching.