I'd like to know what is the best way to work with regular expression, so turn a code reader:
Example:
using System.Text.RegularExpression;
void LoadRegex(string filter, RichTextBox rtb, Color c){
var RTBmatch = Regex.Matches(rtb.Text, f...
asked by
22.02.2015 / 01:59