Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-08-14 09:23
Flavor·PCRE2 (PHP)

/
^<!DOCTYPE html>\s*<html[^>]*>\s*<head[^>]*>.*<\/head>\s*<body[^>]*>.*<\/body>\s*<\/html>$
/
gm
Open regex in editor

Description

Submitted by anonymous