Skip to content

Instantly share code, notes, and snippets.

@rom1504
Last active March 7, 2016 13:01
Show Gist options
  • Save rom1504/25dc5fbe631570041a81 to your computer and use it in GitHub Desktop.
Save rom1504/25dc5fbe631570041a81 to your computer and use it in GitHub Desktop.
regex
/<([A-Z][A-Z0-9]*)\b[^>]*>(.*?)</\1>/
/(<link[^>]*(?:\s(?:type=[\"']?(application\/rss\+xml|application\/atom\+xml|application\/rss|application\/atom|application\/rdf\+xml|application\/rdf|text\/rss\+xml|text\/atom\+xml|text\/rss|text\/atom|text\/rdf\+xml|text\/rdf|text\/xml|application\/xml)[\"']?|rel=[\"']?(?:alternate)[\"']?))[^>]*>)/
/<([A-Z][A-Z0-9]*)\b[^>]*>(.*?)</\1>/
/(<link[^>]*(?:\s(?:type=[\"']?(application\/rss\+xml|application\/atom\+xml|application\/rss|application\/atom|application\/rdf\+xml|application\/rdf|text\/rss\+xml|text\/atom\+xml|text\/rss|text\/atom|text\/rdf\+xml|text\/rdf|text\/xml|application\/xml)[\"']?|rel=[\"']?(?:alternate)[\"']?))[^>]*>)/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment