This commit is contained in:
szabomarton 2024-12-13 09:24:35 +01:00
parent 012dfb1df7
commit c913243b67

3
regexpattern_DAY3.cs Normal file
View File

@ -0,0 +1,3 @@
string pattern = "mul([0-9]+,[0-9]+)"
Regex rg = new Regex(pattern);