i want from source code:
meta name="generator" content="WordPress 5.1.4" /
extract the Wordpress version.
Unfortunately I can't do it myself, can someone please help me with an example?
i want from source code:
meta name="generator" content="WordPress 5.1.4" /
extract the Wordpress version.
Unfortunately I can't do it myself, can someone please help me with an example?
Do you have an example URL?
Here is an example URL: https://websitesetup.org/
But the formula should work with other URLs as well.
This should do the trick:
=XPathOnUrl(A1;"//meta[@name='generator']";"content")
thank you. I hadn't thought about xpath!