mathsgod/html-content-extractor

1.0.0 2024-07-16 05:18 UTC

This package is auto-updated.

Last update: 2024-10-17 09:04:53 UTC


README

Description

This is a simple tool to extract the content of a HTML file into string format.

Usage

$html= "<html><body><h1>Hello World</h1></body></html>";

echo Html\Extractor::Extract($html);