Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-06-27 11:04
Flavor·Python

r"
(?:http://|https://)?(?:www\.)?cfx\.re/join/[a-z0-9:]{6}$
"
gm
Open regex in editor

Description

Matches any valid cfx.re/join/ links.

Submitted by Johnny_JTH