Regular Expression

Hi team,

Can you please help me use the regular expression in Sequence of Branch step ?

I mean , i have to chk if value is an alphabet.

So i give in the label property of sequence step , as %Value%==“[^a-z]” , its giving out errors.

where Value==i.

KIndly help its urgent

try on the branch step put Switch = /Value, Evaluate Labelsl = false, then for the sequence step put:
/[^a-z]/
on the label

If “Evaluate label” = “True”, you could set sequence label to %Value%==/[a-z]/

Thank you .

This is the way to go :))–

Cheers!
RMG