avevi ragione, ho sbagliato io
questa è quella corretta
Regex regexObj = new Regex(@"[\w\s]*[\w\s-[\t\r\n]]");
l'ho testato e funziona
avevi ragione, ho sbagliato io
questa è quella corretta
Regex regexObj = new Regex(@"[\w\s]*[\w\s-[\t\r\n]]");
l'ho testato e funziona
I got the remedy