Hi, I have a text file broken apart by carriage returns, and I'd like to only return entire lines. So, I'm trying to use this:
&hl.fragmenter=regex &hl.regex.pattern=^.*$ ... but I still get fragments, even if I crank up the hl.regex.slop to 3 or so. I also tried a pattern of "\n.*\n" which seems to work better, but still isn't right. Any ideas? -Pete