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.
この Jax-rs パスがあります。
@GET @Path("{id: \\b(?!_ah)\\w+\b}") public Response get(...){...}
_ah私の目標は、この get メソッドが次のように始まるものを除くすべての文字シーケンスに一致することです。
_ah
_ah\foo _ah\foo\bar
ただし、正規表現には何か問題があります。