Regular Expressions 101

Sponsors

Library entries

0
python

Find ytdlp downloaded file path

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

XML file extract from logs

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

Semver split

"1.2.3" Group 1: 1 Group 2: 2 Group 3: 3
Submitted by Icaruk - 23 days ago
0
javascript

Match Emojis

Match all emojis using unicode
Submitted by Sagar Panchal - 23 days ago
1
pcre2

searchjsonmutikey

jsonmultikey
Submitted by anonymous - 24 days ago
0
python

Obtiene Subject 3 Ouutlook

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

IPv4 Address

Matches on whole IP addresses
Submitted by Jon Stinnett - 24 days ago
0
javascript

edgedb dsn parser

parse an edgedb DSN string
Submitted by dotlouis - 25 days ago

Extracting subtitle entries

Vote

0

Regular Expression
pcre

/
^(?<NR>\d+)\n(?<START>\d\d:\d\d:\d\d,\d\d\d)(?>\s?-->\s?)(?<END>\d\d:\d\d:\d\d,\d\d\d)\n(?<STRING>(?>.+\n?)+)
/
mg

Description

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