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.
[\/][^]次の式を使用して、このコードでスラッシュを見つけようとします。
[\/][^]
<td>12321/213213</td>
しかし、うまくいきません(...
ここでどのように機能するかをイメージしてください:
この 1 回限りの検索/置換の正規表現を探しているだけの場合は、次の正規表現が機能します。
\b\/\b
平均\b語境界
\b
ルービュラーでテストされた