Options

how to get a text between two phrases using cut stage

KarunKarun Member Posts: 13 Newbie
I have a phrase 
"Automobile stocks are A1,A2 and A3."

I want to fetch A1,A2 and A3 i.e. substring between two strings of an attribute, please suggest

Answers

  • Options
    kaymankayman Member Posts: 662 Unicorn
    You could replace your ' and ' with a comma, and then use the split operator and split on comma. 
Sign In or Register to comment.