Regular Expressions 101

Library entries

0
pcre2

scss class matching

scss class matching
Submitted by lucas - a year ago
0
pcre2

ipv4 match

ipv4 match
Submitted by anonymous - a year ago
0
pcre2

股票代码

aa
Submitted by vv - a year ago
0
pcre2

Get HTML attribute

Get HTML attribute with /" inside
Submitted by anonymous - a year ago
0
pcre2

IP address with port

Match ip address with port
Submitted by PARNKOT - a year ago
0
pcre2

Env Var

Regex to match Env Variable whole line
Submitted by anonymous - a year ago
-1
pcre2

is

Hi it is me
Submitted by anonymous - a year ago
1
pcre2

Detect zoom meeting links

Find zoom links in text
Submitted by Artyom Ivanov - a year ago

Grabbing custom structure from markdown

Vote

1

Regular Expression
pcre2

/
\[front\](?<front>(?:(?!\[back\])(?!={3,}\s*)(.|\n))*)\[back\](?<back>(?:(?!\[front\])(?!={3,}\s*)(.|\n))*)(?:={3,}\s*|\z)|\[back\](?<back2>(?:(?!\[front\])(?!={3,}\s*)(.|\n))*)\[front\](?<front2>(?:(?!\[back\])(?!={3,}\s*)(.|\n))*)(?:={3,}\s*|\z)
/
mg

Description

Loading markdown...
Submitted by anonymous - a year ago