I tried using Is Match activity under string to compare the string having data like 1234567-1 (7 digits - one digit) but I’m unable to write a pattern for this case. Can somebody help me to get solve this ?
You can use this Regular expression and let me know
“[0-9+]{7}-[0-9]{1}$”
Regards…!!
Aksh