1response motts Is there a way to state a headerline to be blank while using multiline module? My data shows as: data data (blank) data data (blank) Thanks AskedMarch 26, 2018 - 10:44pm Answer the question Leave a comment
b0ti Sounds like this is a regular expression question: how do I match a blank line? The following should do that: HeaderLine /^\s*$/ AnsweredMarch 27, 2018 - 2:39pm Leave a comment