Regular Expressions 101

Library entries

0
pcre2

Email Validation Regex

To validate email.
Submitted by anonymous - 2 years ago
0
pcre2

email

validate email
Submitted by anonymous - 2 years ago
1
pcre2

Github URI Validator

Validate Github URI
Submitted by Shoaiyb Sysa - 2 years ago
0
pcre2

aaa

aaa
Submitted by anonymous - 2 years ago
0
pcre2

Extract Span Tag Content

Extract Content in SPAN tag
Submitted by Byron Lai - 2 years ago
0
pcre2

Tên Tiếng Việt

Tên Tiếng Việt
Submitted by anonymous - 2 years ago
0
pcre2

get .tbpa coins

hmm
Submitted by SrB - 2 years ago
0
java

Blacklist regrex

INC
Submitted by anonymous - 2 years ago
0
pcre2

Get first value in xml tag

/^(label=\")(.+)(" length.*)(\/>)/gm
Submitted by Stephen - 2 years ago

Replace line breaks and lines like "James 5:00 PM" to clean up messages copied from slack (iPFAnO/2)

Vote

0

Regular Expression
pcre2

/
^.*?:\d\d.*?\n+|^\n+$|^.*?replies.*?\n+|^.*?\d\n+|^.*?:\n+|^Last reply.*?\n+
/
gm

Description

Loading markdown...
Submitted by Maksim Zinovev - 2 years ago