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
Tong_Wang
(Tong Wang)
2
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]/
rmg
(rmg)
5
This is the way to go :))–
Cheers!
RMG