Hello,
I am testing the wonderful PDK Filter Builder (v. 9.1.1 - OS Lion, ActiveState Perl 5.14) , but I am stuck with matching a newline (what in octal is \012 or LF, Line Feed).
I am able to match CR (Carriage Return), in Windows files, but not LFs.
Simple test case:
Input
Between "first line" and "second line" there is a LF character. The file has been saved with TextMate, under OS X.
Trying with "\n" or "\012" (with no quote signs) in the "Select lines form Input" field, with no success.
I search all the docs, the tutorial, and this forum, to no avail.
Could anybody please give me a hint, or point me to the right docs?
Thanks!
Sam
| Attachment | Size |
|---|---|
| test1.txt | 20 bytes |
If I prepare the same simple test and save it with Windows newlines (CRLF), then Filter Builder at least matches the CR part.
Sam