Pinned Loading
-
-
With this script you can convert a s...
With this script you can convert a string with html tags into an array of html tags with tag name, attributes, inner text and child tags 1<?php
23define('HTML_REGEX_PATTERN', '/<([a-zA-Z]+)(?:\s([a-zA-Z]+(?:=(?:".+")|(?:[0-9]+))))*(?:(?:\s\/>)|(?:>(.*)<\/\1>))/');
45function isHtmlTag($text) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.