Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web Console test regex input.</title>
</head>
<body>
<p>Web Console test for filtering messages by regex input.</p>
<script>
"use strict";
console.log("123-456-7890");
console.log("foo@bar.com");
console.log("FOOoobaaaar");
console.log("123 working");
</script>
</body>
</html>