Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Extract string between two specified words

kbde224
5 - Atom

Hello,

 

I am trying to extract a string that is found between two words, "username:" and "password:". Any ideas of what code would be helpful, I would assume the Regex can help.

 

Thanks,

Kevin

2 REPLIES 2

Hi @kbde224 

 

Regex could be an option. I went with the assumption that the syntax will be as below; "Original" and you can see the syntax used to pull the word in between username and password. Hope this helps. Cheers!

christine_assaad_0-1639683559570.png

 

Qiu
21 - Polaris
21 - Polaris

@kbde224 
Some sample dataset will be better for us to check. 😀

Labels
Top Solution Authors