Alteryx Designer Desktop Discussions

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

RegEx Parse error

basubb
Météoroïde

Which is this RegEx expression (that's validated on the approved resource page) not working with my Alteryx workflow.

 

RegEx = (?<=\>).*(?=\<)

 

String = <!-- 8 -->Load Transactions <button class="t-Button t-Button--noLabel t-Button--icon t-Button--simple t-Button--hot" 

 

I am trying to parse the value "Load Transactions " between > and <

 

Thanks

Basu

 

RegEx.PNG

 

 

AWF_regex_error.PNG

2 RÉPONSES 2
CoG
Pulsar

I'm not sure why that would be the case (hopefully someone with more know-how and experience can provide input here), but here is a Regex that captures the desired information based on provided input:

>(.*)<

basubb
Météoroïde

Thank you! It worked with a minor modification as >(.*?)< to stop parsing at the first occurrence of the ending limiter <

 

-Basu

Sondage
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
Étiquettes