Use a “Regex Is Match” activity to validate the input string against the pattern for allowed strings. The pattern should allow any letter (A-Z) and any digit (0-9), and should only match when at least two characters are different. The pattern will look like this:
^(?=\D*\d)(?=\d*\D)[A-Z\d]{2,}$
This is great, may I ask you please, how can I loop through the same datatable twice, but for each initial row, I check all the remaining rows not the whole datatable from the first row.
The position is relevant, basically strings that looks similar to human eye.
547G is different from 745G
This adds another layer of complexation I guess