I would like to exclude the first group from my regex so that the result is no longer inside. Could someone help me please?
This is my regex: href="(.*)(?=(?:"))
And that for example the text: fdlasjfkldjfksdjhref="contact"adskldfjaskfjak
Now I want this result: contact
I have no Idea what I do wrong...
I thank you now for your help!