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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -