This page demonstrates a Regex Test tool. You can enter any regular expression to locate matching patterns inside a block of text. As you type, matches are highlighted below, and you’ll see match counts and details in real time.
Filter Match Test
Use regular expression, for example:
\b5\d{4}
finds any 5‐digit number starting with “5.”