Regular Expressions 101

Community Patterns

linkedin select username

1

Regular Expression
PCRE (PHP <7.3)

/
^(?:http(s)?:\/\/)?(?:[\w]+\.)?linkedin\.com\/(?:pub|in|profile)?(?:\/*)([\w\-\.]*)
/
gm

Description

Select just the username from urls

Submitted by chocksy - 8 years ago