Can someone help me write a regex that will allow numbers 1 - 28 only? Currently I have [1-9]|[1][0-9]|[2][0-8]$ and this works fine up to 19 but after that it does not work.
Thanks
Can someone help me write a regex that will allow numbers 1 - 28 only? Currently I have [1-9]|[1][0-9]|[2][0-8]$ and this works fine up to 19 but after that it does not work.
Thanks