Regular Expressions 101

Library entries

0
python

sentence with colon regex

[\S\w]+\s?:\s?[\S▁]+
Submitted by wb - 4 months ago
0
python

match html reg

match html reg
Submitted by anonymous - 4 months ago
0
python

Function call capture group

Function call capture group
Submitted by anonymous - 4 months ago
0
python

vishnu

log regex
Submitted by vishnu kendre - 4 months ago
0
python

Photos18 Url Matcher

A regex to match photos18 urls
Submitted by anonymous - 4 months ago
0
python

在特定位置替换字符

1
Submitted by anonymous - 3 months ago
0
java

test

test
Submitted by anonymous - 3 months ago
0
java

Apigee example SQL injection detection regex

Source
Submitted by anonymous - 3 months ago
0
java

Titulo da expressao

\w
Submitted by anonymous - 3 months ago
0
python

Obtiene Subject 3 Ouutlook

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

Find ytdlp downloaded file path

Vote

0

Regular Expression
python

r"
(?:(?# Pattern before filename )(?:\[download\] )?Destination: (?# )|(?# )\[download\] (?# )|(?# )Adding metadata to \"(?# ))(?# )((?# CAPTURE GROUP: filename pattern )\/?[^\/\\\n]+(?:\/|\\)(?# Capture first folder )(?:(?# )[^\n\.]*(?# Stop capturing if point, to check )(?!\.f\d{1,4}\.(?:webm|mov|mp4))(?# Checking this is not a partial download )\.(?# Can now capture the point ))+(?# )(?:webm|mov|mp4)(?# ))(?# )\n?
"
gm

Description

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