Regular Expressions 101

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