Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-25 18:07
Flavor·Python

r"
^https?:\/\/(www\.)?photos18\.com\/?((sort\/[\w\d]+)|(v\/[\w\d]+)|(cat\/\d)|)(\?.*)?
"
gm
Open regex in editor

Description

A regex to match photos18 urls

Submitted by anonymous