Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-09-10 17:00
Flavor·PCRE (Legacy)

/
^(http\:\/\/|https\:\/\/)?(?:www\.)?twitter\.com\/(?:#!\/)?@?([^\?#]*)(?:[?#].*)?$
/
i
Open regex in editor

Description

Pattern that check your string to match Twitter user profile URL.

Submitted by JSC Quatrodev