This is the general format of the text:
12345 67890 COMPUTER HARDWARE&RENEWALS - SOME PLACE.
I am aiming to extract just the text. and really just the first 2 words.
I have this regex ([a-z]+)(\s)+([a-z]+) Seems to be work in the "Test Expression" dialog
but doesnt show in the "Click here to test the token" . Is that normal ?
and also doesnt seem to work when I run the workflow, which is supposed to filter out that text and then insert into an SQL table. I am going to trace through the tokens now to determine if it's regex or the workflow.