Regular Expressions 101

Library entries

0
pcre2

正規式向後看

抓括號後的文字
Submitted by Devin - 6 months ago
0
pcre2

Semver regex

Example of regex for semver with pre-releases
Submitted by anonymous - 6 months ago
0
pcre2

Números reales

Números reales
Submitted by Carlos Osmar - 6 months ago
0
pcre2

Validación de fecha

Este código validará la fecha
Submitted by Carlos Osmar - 6 months ago
0
pcre2

Doble Espacio

Encuentra texto con toble espacio
Submitted by Carlos Osmar - 6 months ago
0
pcre

Negative search

Seach pattern that doesn't match
Submitted by Gael Langlais - 6 months ago
0
java

date dd.mm.yyyy

Date format dd.mm.yyyy
Submitted by anonymous - 6 months ago
0
pcre2

Invoice nr

regexp search in mongo db by nr
Submitted by Tivadar - 6 months ago

Match all links except for links enclosed in curly brackets

Vote

0

Regular Expression
pcre2

@
(?<![\S\{])(http|ftp)?(s)?(://)?(([a-zA-Z])([-\w]+\.)+([^\s\.]+[^\s]*)+[^,.\s])([^\}\s]+)(?![\S\}])
@

Description

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