Censored.Censor.StarCensoredMatch C# (CSharp) Method

StarCensoredMatch() static private method

static private StarCensoredMatch ( Group m ) : string
m System.Text.RegularExpressions.Group
return string
        static string StarCensoredMatch(Group m) => new string('*', m.Captures[0].Value.Length);