Hi,
I am trying to setup RegEx connector in my MS Flow.
My incoming source to RegEx connector is an email and in there it contains this string as part of the body.
<span style="background: yellow">82</span></b></p>
And i am trying to extract 'yellow' from it
so I tried this 'regular expression
<span style="background: (\s+)">82</span></b></p>
background:(\s+)
Can you please tell me how can I solve my problem?
Thank you.
Sam