我正在寻找 Regex(用于 Power Automate Desktop)来查找仅包含两个大写字母的行。所以在下面的例子中,它应该只找到第 5 行作为正确的选择。
我试着跟随。它适用于regex101网站,但由于某种原因它在 Power Automate 中不起作用。有什么建议可以纠正这个正则表达式吗?
\b[A-Z]{2}\b\n
示例文本:
HEllo, how are you
This IS test message
is this OK
where are you. I
AM
here.