Regular Expressions 101

Community Patterns

stackoverflow profile url select last

1

Regular Expression
PCRE (PHP <7.3)

/
(?:http?:\/\/|https?:\/\/)?(?:www\.)?stackoverflow\.com\/(?:\/*)([\w\-\.\/]*)
/
gm

Description

select last part from stackoverflow links. They should be profile urls.

Submitted by chocksy - 8 years ago