is there any other methode to parse this ( € )
because the RIGH LEFT it does not work
if i make anything from right and the left the capture come with missed something
the right left it need to be completed for ex:
< span | < / span >
but i need to capture only that €
is there any other easy method ?
regex paste that in a reply so its easier to help
give me the value of regex let me enter it
paste the text in here from the response so i can build regex for it
send me all the text in the screenshot
Pretty sure leftright will work just fine there
BLOCK:Parse
input = @data.SOURCE
leftDelim = "fat\">"
rightDelim = "<strong"
MODE:LR
=> VAR @parseOutput
ENDBLOCK
Try this please.