We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As far as we can use PCRE regex in x-extract() (very nice trick), you should rewrite the doc:
PCRE
x-extract()
In https://www.benibela.de/documentation/internettools/xpath-functions.html#x-extract
s/grep -oE/grep -oP
By the way, thanks for your tool, it's a must have in the toolchest, I use it every day ;)
The text was updated successfully, but these errors were encountered:
With "basically" I mean it is similar, but not the same.
It does not support full PCRE. The syntax is from the https://www.w3.org/TR/xpath-functions-30/#regex-syntax
And the implementation does not do backtracking, so even some of those regexps cannot be evaluated
Sorry, something went wrong.
Maybe add an explanations that it's a subset of Perl's regex(?) allowing \d|\w|\s...
\d|\w|\s...
No branches or pull requests
As far as we can use
PCRE
regex inx-extract()
(very nice trick), you should rewrite the doc:In https://www.benibela.de/documentation/internettools/xpath-functions.html#x-extract
By the way, thanks for your tool, it's a must have in the toolchest, I use it every day ;)
The text was updated successfully, but these errors were encountered: