A question: the following two weblinks when processed by the regex that follows (in TA format) should both generate full matches on the entire string, and they do, in fact, generate matches when I run them through my regex validator. However, in TA, only the first generates a full match, but not the second.
Anyone have any ideas?
Thanks,
--Sean
www.famag.com/component/content/article ... &Itemid=73
www.fa-mag.com/component/content/articl ... &Itemid=73
{{re=[w\.]{0,4}([-\w]+)\.(com|net|org|gov|biz|us|cc|info)([%?&A-Za-z0-9/+=,._-]*)}}
