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.
HJH3123|||38|323|h38|0|84 [[[MATCH]]] HJH3123|332|44|38|323|h38|0|84 HJH3123|4431||38|323|h38|0|84 HJH3123|4431|33|38||h38|0|84
|| だけを見つけたい 3番目の前 | すべての新しい行の。
私はこれを理解しようとしてきましたが、ほとんど成功していません。どんな助けでも大歓迎です。
したがって、次の正規表現が機能しているようです。
(?m)^[^|]*\|\|
説明:
(?m)
m
^$
^
[^|]*
|
\|\|
||
オンラインデモ