Regular Expressions 101

Community Patterns

0

select per lines

Python
lawbyte
Submitted by anonymous - 3 years ago
0

select 2 lines

Python
no description available
Submitted by anonymous - 3 years ago
0

select 200 lines

Python
no description available
Submitted by anonymous - 3 years ago
0

url match with full match

Python
dxdx
Submitted by anonymous - 3 years ago

true url with www without point check

0

Regular Expression
PCRE (PHP <7.3)

/
^(https?:\/\/)?(www\.)?((?!www)[A-Za--Яа-яЁё0-9\.\-]{2,})\.(.+)$
/
gm

Description

Loading markdown...
Submitted by anonymous - 3 years ago