3 lines
69 B
C#
3 lines
69 B
C#
|
string pattern = "mul([0-9]+,[0-9]+)"
|
||
|
|
||
|
Regex rg = new Regex(pattern);
|