Regular Expressions 101

Community Patterns

HTML TAG Match

0

Regular Expression
PCRE2 (PHP >=7.3)

/
<style>[\x00-\xFF]+<\/style>
/
gm

Description

Match a html tag.

Submitted by Fernando Gaston Olivera Alaniz - 2 years ago