i am trying to write a regex query that will run from a text. the first problem i have is that i can not get the results of the query that i want
taking the text below i am trying to get everything from
test_id:501
down to @run_id:101
and then store that as variable
do not need 1
Do not need 2
do not need 3
do not need 4
@run_id:101 @suite_id:102 @test_id:501 @case_id:10001 @run_id:101 @Automated
what 1 want 1
what 1 want 2
what 1 want 3
what 1 want 4
what 1 want 5
what 1 want 6
what 1 want 7
@run_id:101 @suite_id:102 @test_id:502 @case_id:100002 @run_id:101 @Automated
do not need 5
Do not need 6
do not need 7
do not need 8
i was hoping that someone may have a few suggestions. i have tried a few different combinations but it is not working for me