我正在尝试匹配不属于字符串的特定单词。如何用正则表达式做到这一点。此表达式查找所有实例 \b(?i)MyName\b 我只希望 MyName 在下一段的第二行中出现。
"Do not match MyName between these quotes"
Match MyName here.
我正在尝试匹配不属于字符串的特定单词。如何用正则表达式做到这一点。此表达式查找所有实例 \b(?i)MyName\b 我只希望 MyName 在下一段的第二行中出现。
"Do not match MyName between these quotes"
Match MyName here.