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:
I tried using \Wselect\W to find select statements in SQL, but it was not finding them all.
After some experimenting, I discovered that this worked and delivered intended results: \Wselect(\W|$)
Unless you're using the Multi-line RegEx expression type there is no \r or \n to match. The lines are terminated at the end of the string with the EOL characters removed.