Regular Expressions 101

Community Patterns

AppStore apps URL

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(https?:\/\/)?apps\.apple\.com(\/[a-zA-Z]{2})?\/(app|developer)\/.+
/
gmi

Description

This regex can detect if URL is Appstore app link

Submitted by anonymous - a year ago