dt_test.AsEnumerable().Select(Function(row) dt_clone.LoadDataRow(row.ItemArray.Select(Function(item) item.ToString().Replace(" “, “”).Replace(”(“, “”).Replace(”)", “”)).ToArray(), False)).CopyToDataTable()
You can try this out instead of using regex.