How to check the condition that the variable should be numeric and that variable does not start with zero
can you check with this regex pattern:
Str_var.substring(0,1).tostring=“0”
use this in if condition
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.