A short question:
Is it possible having multiple Expressions, i mean, more than one inquiry in the same html for different words or digits, but put those in ONE output, and use them as \1 \2 etc?
ie:
This snippet is a ([A-Za-z0-9]+).
this is an adjective: ([A-Za-z0-9]+)
This example on top is just to describe what i'm wanna achieve. I want to search ONE html for expression 1, wich is the adjective, and then the expression one wich is "Test", and then put this out in the very last Output toghether. Is this possible? and HOW?
this is for a scraper right? i cant personally answer your question since regex gives me nightmares, but i wouldnt expend too much effort on a new scraper. the whole scraper system as it exists now (including this scary regex in xml crap) is going out the window completely in the near future.
aha, so the scraper system will be new too in the new version? okay...
i solved it by the way. ;D and regex is not that complicated it looks.
thanks anyway :D