Welcome to the Mythicsoft Q&A site for:
- Agent Ransack - FileLocator Lite - FileLocator Pro
Please feel free to ask any questions on these products or even answer other community member questions.
Useful Links:
Is it possible to locate the following string in a text file: \tP\r\n using Agent Ransack or Filelocator Pro? where: \t = tab P = P \r = carriage return \n = line feed
The only search expression type that doesn't remove the CRLF is Multi-line RegEx, so first switch to that expression type and then set your containing text to:
Containing text: \tP\r\n
For example: