Regular Expressions 101

Library entries

0
pcre

strip host port

removes port number from URL
Submitted by pc - 2 days ago
0
pcre2

YouTube link parser

Validate an URI to YouTube video.
Submitted by anonymous - 3 days ago
0
pcre

Proxy Matcher

Validate 1-223.0-255.0-255.0-255:1-65535
Submitted by dev.tntd2k2 - 5 days ago
0
pcre

latlonlatlon

gg
Submitted by anonymous - 6 days ago

Linux Uptime (match all possible cases with days, min and hours)

Vote

0

Regular Expression
javascript

/
^\s*\S+\s+up\s+(?<uptime>(?:\S+\s+days,\s+\d+:\d+|\S+\s+min)|\d+:\d+)
/
gm

Description

Loading markdown...
Submitted by Feruz Ibadullaev - 2 months ago