How to write correct output in regex Matches?

Need som help to output correct in matches. I have this:
“\d{2}-[A-z]{3}-[0-9]{2}”+“(?<=-[0-9]{2})(.?)(?=[0-9]{7})“+”\d[0-9]{6}“+”(?<=¤)\s[0-9]{2}”+“(*+)[0-9]{2}”+“\s[0-9]{6}”+“\S[0-9]{2}.[0-9]{2}%”
How do I get output correct? Looks like I don’t get in in a string. Need to bild a data table? Or a list? And how to do that ?

regards

Looks like I found a solution so I got the numbers I need. I gues I can not extract text this way because this (?<=-[0-9]{2})(.*?)(?=[0-9]{7}) dis not return any thing.

Hello @kare.smorvik

Have you already found a solution for this?

Still some moore work to do :slight_smile:

1 Like