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

