# Matches a CSharp using keyword using # using statement \s{1,} # whitepsace (?[\.\w+]+) # a namespace \s{0,} # optional whitespace \; # a semicolon