Hi. Could somebody help me get random match from (it is two rows) <div id="articles_dropmenu" class="dropmenudiv"> "<b /successskills_articles.html">Success Skills "<b /relationships_articles.html">Love & Relationships "<b /healthfitness_articles.html">Health & Fitness "<b /finances_articles.html">Money & Careers /mentalhealth_articles.html Mental Health "<b /spirituality_articles.html">Spirituality "<b /dietnutrition_articles.html">Lifestyle <hr />
RegExp is following RefName: URL RegExp: (?m)<div id="articles_dropmenu" class="dropmenudiv">.*?\n.*?href="(.*?)"> Template: $1$ Match No: 0 Def: -1 This always get first match ((, and I need get different URLs, not always the same. TIA -- View this message in context: http://www.nabble.com/Random-match-for-RegExp-tp20324679p20324679.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

