Viewing a single comment thread. View all comments

dubbzy104 t1_j562vix wrote

Probably not. Notepad++ and other text editors look for the new line character “\n”, whereas most pdf search tools will look for the literal characters \ and n

2

DigitalSteven1 t1_j564f9s wrote

Just a minor correction, the almost universal escape character is a backslash. i.e. it's "\n" rather than "/n."

Windows does some funny stuff in cmd and powershell, being caret (^) and backtick (`). Afaik "/" isn't used anywhere, though.

2

dubbzy104 t1_j565brs wrote

Gah, you’re right! I blame it on me being on mobile so the key locations are different, and me being sleep deprived. Surely it’s not because I’m a bad programmer…

2