Regular Expressions 101

Community Patterns

1

Match all numbers

Java 8
Match all numbers from a string.
Submitted by VS - 3 years ago
1

Sınıfları Tek Tek seçme

Java 8
za
Submitted by anonymous - 3 years ago
1

Nitroflare v2

PCRE2 (PHP >=7.3)
Extract ID
Submitted by anonymous - 3 years ago
1

sdfsf

PCRE2 (PHP >=7.3)
sdf
Submitted by dsf - 3 years ago
1

notlike

PCRE2 (PHP >=7.3)
notlike
Submitted by anonymous - 3 years ago

Parsing result of SQL Server version (SELECT @@VERSION)

-2

Regular Expression
.NET (C#)

@"
(\d{4}).(\(.*?\)).(?:\(.*\)).-.(\d+\.)?(\d+\.)?(\d+\.)?(\*|\d+)(?:.*?)(?:(\w+).Edition)(?:.*?)(?:Windows.(\w+.\d+.\w+))
"
gm

Description

Loading markdown...
Submitted by M Rivas - 9 months ago