Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-02-18 07:44
Flavor·PCRE (Legacy)

@
(http(s)?://www.)?((flipkart(?:.com)+([^\s\.]+[^\s]*)+[^,.\s]))
@
gm
Open regex in editor

Description

Since flipkart.com takes https://www. only or starts directly with flipkart.com. this is a regex to match any flipkart url

Submitted by anonymous