Input
R1245
R9634
R7412
Output
1245
9634
7412
Input
R1245
R9634
R7412
Output
1245
9634
7412
@Aravinthan - Please check this…
Invoke Code
dtInput.AsEnumerable().ToList().ForEach(Sub(row) row(0)= System.text.RegularExpressions.Regex.replace(row(0).ToString,"^R",string.empty))
Invoke Code → Edit Arguments
My Input
Hope this helps…
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.