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:

- Contact Us
- Help Manuals
- Mythicsoft Home
0 votes

I've tried various EOL characters in regular expressions but they don't appear to work, e.g.
\r\n\s

This for instance should select all CREATE TABLE statements.

(CREATE[ \s\w\n\r]*TABLE([ ,\(\)\.\w\s\n\r]*))

It works perfectly on Notepad++ even without \n\r

Why isn't it working?

by (20 points)

1 Answer

0 votes

FileLocator Pro doesn't support multi-line regular expressions at the moment. The expression must match each line independently of the others. The next version of FileLocator Pro should fix this.

by (30.3k points)
...