- Text inside double quotes where the line contains 'conID_<number(1,30)>'
Output:
echo '<strong>'.$quotes.':</strong> '.$conID.'.';
Edit: There can be multiple lines with different data inside the quotes and different conID. Example of input:
In this case, the output should be like:basd asgfdg bla bla bla asdfdsfsdf sd
fdgsfd gdfgssdfg "123 4567 89" fdg conID_3565765 dsfsdfs dsfsd sdf sdf s
gfsdg hgfhdf asf bla bla
fdgsfd gdfgssdfg "123 456790" fdg conID_3554355 dsfsdfs dsfsd sdf sdf s
fdgsfd gdfgssdfg "123 456 hey" fdg conID_35654665 dsfsdfs dsfsd sdf sdf s
<strong>123 4567 89:</strong> conID_3565765
<strong>123 456790:</strong> conID_3554355
<strong>123 456 hey:</strong> conID_35654665