Hi ,
How to get the alphanumeric string from below data.
inputs :
I want to get the output of alphanumeric strings which is including "-" .
hi @asplunk789
try with split("-")
split("-")