Checking whether the first two digits of a string value is alphanumeric

@MrKezay - Are you looking something like this?

You can see first two lines are selected whereas the third did not match the criteria…

^[A-z0-9]{2}
2 Likes