Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-28 10:02
Flavor·PCRE2 (PHP)

/
.*?linkedin.com\/[a-z A-z 0-9]+\/([a-z A-z 0-9 -]*)\/*
/
gm
Open regex in editor

Description

match the id of LinkedIn URL

Submitted by goldentwon