regex - Regular Expressions on Notepad++ two words on the same line -


i trying use regular expressions in notepad++ find 2 words on same line of each other. example want find line searching broker , suspicious:

if securities broker believes client might engaging in transactions launder money, broker required file suspicious activity report.

i tried using broker.*suspicious highlight first instant of broker, way first instance of word suspicious.

any ideas extremely helpful!

in notepad++, there should checkbox says ". matches newline". uncheck , . no longer match newlines, it'll fail if can't find "suspicious" on same line.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -