Regular Expressions 101

Community Patterns

Replace namespaces in xpath with local-name

0

Regular Expression
.NET (C#)

@"
(?<=(/|^))(((/|^)|(\w*:))(?<node>.*?))(?=/|$)
"
gm

Description

Loading markdown...
Submitted by pvlzh - 4 months ago