Please, help create a regular expression that looking for the word "aaa" and "llll" in the text (not in one line).
Text example 1 (three lines):
aaa bbbbb ccc
jjj pppppppp mmmm
fff ggg llll www zzzz
Text example 2 (three lines):
aaa bbbb gggg
dddd kkkk
mmmm ttttt
In Example 1, the regular expression should be "true". In Example 2, the regular expression should be "false".