Skip to content

Instantly share code, notes, and snippets.

@testforti
Created May 24, 2013 09:45
Show Gist options
  • Save testforti/5642468 to your computer and use it in GitHub Desktop.
Save testforti/5642468 to your computer and use it in GitHub Desktop.
$pattern = "/{{Taxobox[^}]*}}(.*?)==/";
if (preg_match($pattern, $pagecontent, $matches)) {
var_dump($matches);
}
Amancio Ortega
/{{Taxobox.*?}}(.*?)==/s
Inditex PSOE BBVA
$pattern = "/(?<=}})(.+)(?===))/ms";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment