List values?
Brought to you by:
mare
Hi there, I use your tool a lot to check my REGEXPs for use with Modrewrites in web development.
I am sure many have asked, but is it at all possible to display some form of list with the values displayed for each case of matching?
I am not very good at explaining myself, here is an example.
REGEXP:
^([0-9]*)/jewellery/(.*)(?=\+)(.*)(\+)?(\.html)$
String:
216/jewellery/Stripe-Collection-Bangle+TB355.html
Variables...
Group1: 216
Group2: Stripe-Collection-Bangle
Group3: +
Group4: TB355
Group5: .html
That would at least be my hope for the values anyhow ;)
Thanks for reading and keep up the good work!
Simon Clements-Hawes
simon@silvercoast.co.uk