Hello Guys
we need to filter thousand of address into Odd and even number,
we are using the test filter, I think we should use the reg expression for the condition,
any idea how to write the expression
Thanks
Hello Guys
we need to filter thousand of address into Odd and even number,
we are using the test filter, I think we should use the reg expression for the condition,
any idea how to write the expression
Thanks
Best answer by ebygomm
This will match any odd number
^\d*[13579]$
But I'd probably just use a tester/testfilter
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.