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.
と に分割する必要がaaa|aaa|aaa/bbb|bbb|bbb ありaaa|aaa|aaaますbbb|bbb|bbb。
aaa|aaa|aaa/bbb|bbb|bbb
aaa|aaa|aaa
bbb|bbb|bbb
に基づいて分割するだけ/です。
/
しかし、いいえ、私はこのシナリオを持つこともできます:
aaa|aa/a|aaa/bbb|bb/b|bbb
したがって、文字を使用して分割する必要がありますが、/文字が 2 回出現した後でのみ|です。
|
何か案は???
特定の言語を使用していますか? このようなものはどうですか?
(.*\|.*\|.*)\/(.*)