Regular Expressions 101

Community Library

Your search did not match anything

Community Library Entry

3

Regular ExpressionOpen Workspace

@"
\w+\([^()]*(((?'parenthesesPair'\()[^()]*)+((?'-parenthesesPair'\))[^()]*)+)*(?(parenthesesPair)(?!))\)
"
gm

Description
Created·2022-03-10 03:13
Type·Match
Flavor·.NET 10.0 (C#)

Match any layer bracket pair

Submitted by Yakumo Yukari
Open Workspace