Regular Expressions 101

Library entries

0
python

walter1976Split

walter1976Split
Submitted by anonymous - a month ago
0
pcre2

Find chromium log

Find chromium log to replace
Submitted by anonymous - a month ago
0
pcre

Example 1.1: Pet Name

Example used in slide 39
Submitted by anonymous - a month ago
0
python

auto-gpt command google

auto-gpt command google returned
Submitted by anonymous - a month ago
0
pcre2

aaaPEPExxxxxJUANbbbbb

Test para Félix
Submitted by anonymous - a month ago
0
javascript

Unicode Email Validation

Unicode Email Validation
Submitted by anonymous - a month ago
0
pcre2

check url

check url
Submitted by anonymous - a month ago

Windows file path regex with root, relative path, and (image) file extension matching.

Vote

0

Regular Expression
pcre2

/
^(?P<Root>[A-Za-z]:(?:\/|\\))(?P<Relative>(?:(?:[^<>:"\/\\|?*\n])+(?:\/|\\))+)(?P<File>(?:[^<>:"\/\\|?*\n]+)(?:\.(?:png|jpg|jpeg)))$
/
gm

Description

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