MattF
12-07-2010, 09:16 PM
Is there any way, with a regex, to capture a pattern and use that match within the regex itself? Something along the lines of:
~(one|two|three)some other text here(this part here should match the captured pattern, rather than just specifying one|two|three again)~
Cheers muchly.
~(one|two|three)some other text here(this part here should match the captured pattern, rather than just specifying one|two|three again)~
Cheers muchly.