(P10999)

English

web page title extract pattern

a regular expression extracting a probable label from the title tag of a web page

  • website title match pattern
  • website title extract pattern
  • webpage title extract pattern
  • webpage title match pattern
  • web page title match pattern

Data type

String

Statements

0 references
^https?:\/\/(?:(?:www|m)\.)?imdb\.com\/(?:(?:search\/)?title(?:\?companies=|\/)|name\/|event\/|news\/|company\/|list\/)(\w{2}\d+)
0 references
^https?:\/\/(?:mobile\.)?twitter\.com\/(?:intent.+screen_name=)?(?!home|hashtag|explore|settings)([0-9A-Za-z_]{1,15})
^(.+)\s\(@[^\)]+\)\s\/\sTwitter$
0 references
^https?:\/\/musicbrainz\.org\/artist\/([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})
^(.+)\s-\sMusicBrainz$
0 references
https://regex101.com/?regex=$1
0 references

Constraints

.*(?!>\\)\((?!\?:).*|
The regular expression must contain at least one matching group. (English)
0 references