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.
私はJavaを使用しています。次のテキストがあります。
"hyst and hy"
(hy)(?![az])が 2 つの「hy」を返す理由 アイデアは、az の間に文字が続かない「hy」に一致することです。
hy(?![az]) (括弧なしの hy) を実行すると動作します (2 番目の「hy」のみが検出されます) が、RegEx で括弧 (hy) を使用すると最初の「hy」と一致する理由がわかりません"ハイストで