Page Inspector using Element Regex Analysis

PIERA (Page Inspector using Element Regex Analysis) is a lightweight tool designed to provide a structural and stylistic analysis of a given HTML page. By employing regular expressions, PIERA dissects the HTML source to gather insights into various aspects of the page, from its overall size and the distribution of its content to the usage of CSS classes and inline styles.

PIERA operates by applying a series of regular expressions to the raw HTML page. While acknowledging the inherent limitations of using regex for complex HTML parsing, PIERA focuses on extracting specific patterns and data points relevant to its analysis goals. This approach allows for a relatively fast and dependency-free inspection of key page characteristics.

Paste you page HTML code below to inspect the code.

Code to Analyse

(*) required