I try to use it on PHP 7.3. and I got Warning: preg_match(): Compilation failed: invalid range in character class at offset 4
What I found that PHP 7.3. use PCRE2: http://php.net/manual/en/migration73.other-changes.php#migration73.other-changes.pcre witch cause problem in php simple html dom parser sunra/php-simple-html-dom-parser#64
First option is use different library like https://github.com/Kub-AT/php-simple-html-dom-parser
Second options is wait until sunra/php-simple-html-dom-parser have new version.
I try to use it on PHP 7.3. and I got
Warning: preg_match(): Compilation failed: invalid range in character class at offset 4What I found that PHP 7.3. use PCRE2: http://php.net/manual/en/migration73.other-changes.php#migration73.other-changes.pcre witch cause problem in php simple html dom parser sunra/php-simple-html-dom-parser#64
First option is use different library like https://github.com/Kub-AT/php-simple-html-dom-parser
Second options is wait until sunra/php-simple-html-dom-parser have new version.