این محتوا تنها در این زبانها موجود است: English, Español, Français, Italiano, 日本語, 한국어, Русский, Türkçe, Українська, 简体中文. لطفاً به ما
Find HTML tags
Create a regular expression to find all (opening and closing) HTML tags with their attributes.
An example of use:
Here we assume that tag attributes may not contain <
and >
(inside quotes too), that simplifies things a bit.