I have all dax trying to "regex" some strings
I need to pull out text between two one class.
When I go on this web: Regex and there enter my string is showing in result but in the app I can't get the text.
My regex expression is this:
Am I missing some expression or I'm doing wrong regex
I need to pull out text between two one class.
When I go on this web: Regex and there enter my string is showing in result but in the app I can't get the text.
My regex expression is this:
B4X:
<div class="some-text-i-need-in-this-class">.*<div class="some-other-class">
Am I missing some expression or I'm doing wrong regex