I just wanted to make the regular expression to check the given value
For example I need to check the below value in regular expression ,integer value should not start with zero and it could be any value but only it should not be start with zero, e.g.:
m=text 123034
I wanted to make sure that after space integer value should not start with a zero.