Hi Everybody,

I am having problem with regular expression. The below given code is
actually is a part of table and repeated mannier times with unique id
(yellow marked):

 <td>&nbsp; 11220</td>
<td>&nbsp; rgupta/10.4.30.245</td>
<td>&nbsp; Integration Framework Job</td>
<td>&nbsp; Export - RFX - </td>
<td>&nbsp; 07-12-17 05:44:37.652</td>
<td>&nbsp; NormalWithresults</td>
<td>&nbsp; 07-12-17 05:44:38.375</td>
<td>&nbsp; 07-12-17 05:45:17.372 [38 secs ] </td>
<td>&nbsp; 1</td>

the regex that i am using is:

${job_id}</td>(\n.*)(.*[\n\r]){7}.*<td>&nbsp;.*\[(\d*)? secs

where "job_id" is the id i am capturing from other regular expression. The
value passed to this expression is correct as I have checked by passing it
to some sampler. Can you please let me know where I am wrong in the reg
expression?

Reply via email to