Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Irregular
0.6.9
RegEx/CSharp/Using.regex.txt
# Matches a CSharp using keyword
using # using statement
\s{1,} # whitepsace
(?<Namespace>[\.\w+]+) # a namespace
\s{0,} # optional whitespace
\; # a semicolon