Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use "\w" as the start of a range #397

Closed
dccafe opened this issue Dec 14, 2018 · 2 comments
Closed

Cannot use "\w" as the start of a range #397

dccafe opened this issue Dec 14, 2018 · 2 comments
Labels

Comments

@dccafe
Copy link

dccafe commented Dec 14, 2018

https://github.com/LotarProject/dokuwiki-template-bootstrap3/blob/119aa216fa8a48d49a1af7c24aa4045ab9f18ed1/inc/simple_html_dom.php#L1438

In PCRE regex expressions, \w cannot be used as the start of a range. This expression needs a rewrite. What are we trying to match here?

@chileocat
Copy link

chileocat commented Feb 8, 2019

Look here for a proper solution -> #400

giterlizzi added a commit that referenced this issue Feb 22, 2019
@giterlizzi giterlizzi added the bug label Feb 22, 2019
@giterlizzi
Copy link
Owner

Hi,
I have fixed this issue in develop branch using this patch #400.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants