I have never understood the pattern of regular expression and after googling I haven't been any wiser.
I want to grab the WordPress version number (3.2) from this string:
<meta name="generator" content="WordPress 3.2" />
In the future when upgrading to 3.3 I wan't the split code to be able to get that to. So no static expression.
How do I solve this?