Regular Expressions 101

Sponsors

Library entries

0
golang

domain

ss
Submitted by sssssss - 10 days ago
0
python

Aurora SMS Log Parser

For personal use in my project.
Submitted by sn3kdev - 11 days ago
0
python

hyperlinks

collect information from web links
Submitted by anonymous - 12 days ago
0
python

Find ytdlp downloaded file path

For internal use
Submitted by ezalos - 12 days ago
0
python

XML file extract from logs

For internal use
Submitted by ezalos - 12 days ago
0
golang

Semver split

"1.2.3" Group 1: 1 Group 2: 2 Group 3: 3
Submitted by Icaruk - 12 days ago
0
python

Obtiene Subject 3 Ouutlook

'^Subject:.\s((=?^.[?=$]).*)'
Submitted by Julio Bacan - 14 days ago

https://github.com/AriesTriputranto9/datasets.git

Vote

0

Regular Expression
pcre

/
^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
/
gm

Description

Loading markdown...
Submitted by AriesTriputranto - 2 months ago