Hi Team
Could some one help me with the regular expression, where we can exclude certain numbers in between from a range of numbers.
Presently, ^([1-9][0][0-9])$ is the regular expression that is configured. Now if i want to exclude a few numbers/one number from it, how do i do it.