Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请帮助创建一个正则表达式,在文本中查找单词“aaa”和“llll”(而不是一行)。
文本示例 1(三行):
aaa bbbbb ccc jjj pppppppp mmmm fff ggg llll www zzzz
文本示例 2(三行):
aaa bbbb gggg dddd kkkk mmmm tttt
在示例 1 中,正则表达式应为“true”。在示例 2 中,正则表达式应为“false”。