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.
先読みを使用できます:
str = str.replace(/”(?=[^”]*$)/,"<span class=quote>”</span>")
これは、最後まで一連の文字"が続くa を置き換えます。non-"
"
non-"