in reply to Re: Catching multiple lines and assigning them as a single array element
in thread Catching multiple lines and assigning them as a single array element
Thanks for the tips. I found that in my case a simple regex would do (of course I'm also finding idiotic comments in the multiline printfs sometimes, but that's something I was aware of from the beginning ;)). I have used: printf[^;]+; and found it does the job I wanted it to do ;)
|
|---|