How to match page title?

This will capture the page title into capture group 1.

Example: <title>Some Title</title>

Regex: <title[^>]*>(.*?)</title>



×

Subscribe

The latest tutorials sent straight to your inbox.