I’m currently having issues trying to edit values in my datatable using regex.
I have worked out that the following enables me to get the data from my datatable column I need, but I’m unsure how to do this for every row in my datatable: System.Text.RegularExpressions.Regex.Match(“(?<=Work ID:\s)(\d+)”).Value.Trim
Please would anyone be able to help?
Attached is my example datatable, and I’ve also attached my desired output.