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.
RegEx の結果は、別の RegEx の結果を除外します。たとえば、パターンを使用すると
[a-z&&[^aeiou]]{2}
そして、 bcdと一致させようとしましたが、一致は{bc, cd}ではなく{bc}になります。
私はJavaでこれをやっています。