Variable does not start with zero

How to check the condition that the variable should be numeric and that variable does not start with zero

Hi @alan.prakash

can you check with this regex pattern:
image

Str_var.substring(0,1).tostring=“0”

use this in if condition

1 Like

image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.