Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-10-21 16:29
Flavor·ECMAScript (JavaScript)

/
(^namespace{1}.*\W\n?{)
/
gm
Open regex in editor

Description

Simple regex to find the Namespace line in a C# class.

Submitted by Erik Bartlow