Regular Expressions 101

Library entries

0
dotnet

Match IPv4 Valid

expression to capture valid IP
Submitted by anonymous - 4 months ago
0
dotnet

Get h1-6 tag

(.*?)
Submitted by OlegBel - 4 months ago
0
dotnet

nick anme

mvp
Submitted by doppler - 5 months ago
2
dotnet

Replace sub-strings in string

Replace sub-strings in string
Submitted by anonymous - 5 months ago
0
dotnet

fix plot histogram calls

k
Submitted by anonymous - 5 months ago
0
dotnet

French Insurance Number

French Insurance Number
Submitted by Dohts - 5 months ago
0
dotnet

BI/CC

Verificação do número de BI/CC
Submitted by anonymous - 6 months ago
0
dotnet

myRegEx

myRegEx
Submitted by Avinash - 6 months ago
0
dotnet

Enum map to test cases

.
Submitted by DenKu1 - 6 months ago
0
dotnet

Remplazar contenido

Remplazar contenido
Submitted by anonymous - 7 months ago
0
dotnet

Task6.2

Telephone number regex
Submitted by anonymous - 7 months ago
0
dotnet

Task6.1

simple mail regex
Submitted by anonymous - 7 months ago

Match using named groups in .NET (C#)

Vote

0

Regular Expression
dotnet

@"
(?<remotename>\w*)(?<seperator>\/)(?<branchname>\w*)
"
gm

Description

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