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
Post a Comment