Regular Expressions 101

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

/
^(?:https?:\/\/)?(?:[a-z\-]{0,}\.)?r74n\.com(\/.{0,})?$
/
gmi

Description
Created·2026-04-01 00:05
Type·Match
Flavor·PCRE2 (PHP)

Regular expression to match valid URLs on R74n websites.

Submitted by R74n
Open Workspace